Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
87435943
Unverified
Commit
87435943
authored
5 years ago
by
Julien Lepiller
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add python-pathtools.
* gnu/packages/python-xyz.scm (python-pathtools): New variable.
parent
b487b7b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/python-xyz.scm
+18
-0
18 additions, 0 deletions
gnu/packages/python-xyz.scm
with
18 additions
and
0 deletions
gnu/packages/python-xyz.scm
+
18
−
0
View file @
87435943
...
@@ -17357,3 +17357,21 @@ (define-public python-android-stringslib
...
@@ -17357,3 +17357,21 @@ (define-public python-android-stringslib
(description "Android Strings Lib provides support for android's strings.xml
(description "Android Strings Lib provides support for android's strings.xml
files. These files are used to translate strings in android apps.")
files. These files are used to translate strings in android apps.")
(license license:expat)))
(license license:expat)))
(define-public python-pathtools
(package
(name "python-pathtools")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pathtools" version))
(sha256
(base32
"1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw"))))
(build-system python-build-system)
(home-page "https://github.com/gorakhargosh/pathtools")
(synopsis "File system general utilities")
(description "This package provides pattern matching and various utilities
for file systems paths.")
(license license:expat)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment