Path to this page:
./
devel/py-pathlib,
Object-oriented filesystem paths
Branch: CURRENT,
Version: 1.0.1nb1,
Package name: py27-pathlib-1.0.1nb1,
Maintainer: kamelderouichepathlib offers a set of classes to handle filesystem paths. It offers the
following advantages over using string objects:
- No more cumbersome use of os and os.path functions. Everything can be done
easily through operators, attribute accesses, and method calls
- Embodies the semantics of different path types. For example, comparing
Windows paths ignores casing
- Well-defined semantics, eliminating any warts or ambiguities (forward vs
backward slashes, etc.)
Required to run:[
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 48.143 KB
Version history: (Expand)
- (2022-01-11) Updated to version: py27-pathlib-1.0.1nb1
- (2017-11-23) Package has been reborn
- (2017-08-29) Package added to pkgsrc.se, version py27-pathlib-1.0.1 (created)
CVS history: (Expand)
2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146) |
Log message:
*: python2 egg files are back, add them to the PLISTs
|
2022-01-10 21:41:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-pathlib: convert to egg.mk
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2019-04-27 13:33:04 by Thomas Klausner | Files touched by this commit (16) |
Log message:
*: add SHA512 checksums to distinfo
|
2017-08-29 08:55:56 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import py-pathlib-1.0.1 as devel/py-pathlib.
Packaged for wip by Kamel Ibn Aziz Derouiche and myself.
pathlib offers a set of classes to handle filesystem paths. It offers the
following advantages over using string objects:
- No more cumbersome use of os and os.path functions. Everything can be done
easily through operators, attribute accesses, and method calls
- Embodies the semantics of different path types. For example, comparing
Windows paths ignores casing
- Well-defined semantics, eliminating any warts or ambiguities (forward vs
backward slashes, etc.)
|