pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 26 12:48:29 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-pathable: DESCR Makefile PLIST distinfo

Log Message:
py-pathable: added version 0.4.3

Object-oriented paths

Key features
* Traverse resources like paths
* Access resources on demand with separate accessor layer


To generate a diff of this commit:
cvs rdiff -u -r1.3814 -r1.3815 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pathable/DESCR \
    pkgsrc/devel/py-pathable/Makefile pkgsrc/devel/py-pathable/PLIST \
    pkgsrc/devel/py-pathable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3814 pkgsrc/devel/Makefile:1.3815
--- pkgsrc/devel/Makefile:1.3814        Tue Oct 25 21:04:08 2022
+++ pkgsrc/devel/Makefile       Wed Oct 26 12:48:29 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3814 2022/10/25 21:04:08 nikita Exp $
+# $NetBSD: Makefile,v 1.3815 2022/10/26 12:48:29 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2622,6 +2622,7 @@ SUBDIR+=  py-packaging2
 SUBDIR+=       py-parameterized
 SUBDIR+=       py-path
 SUBDIR+=       py-path.py
+SUBDIR+=       py-pathable
 SUBDIR+=       py-pathlib
 SUBDIR+=       py-pathlib2
 SUBDIR+=       py-pathspec

Added files:

Index: pkgsrc/devel/py-pathable/DESCR
diff -u /dev/null pkgsrc/devel/py-pathable/DESCR:1.1
--- /dev/null   Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/DESCR      Wed Oct 26 12:48:29 2022
@@ -0,0 +1,5 @@
+Object-oriented paths
+
+Key features
+* Traverse resources like paths
+* Access resources on demand with separate accessor layer
Index: pkgsrc/devel/py-pathable/Makefile
diff -u /dev/null pkgsrc/devel/py-pathable/Makefile:1.1
--- /dev/null   Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/Makefile   Wed Oct 26 12:48:29 2022
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/10/26 12:48:29 adam Exp $
+
+DISTNAME=      pathable-0.4.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathable/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/p1c2u/pathable
+COMMENT=       Object-oriented paths
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pathable/PLIST
diff -u /dev/null pkgsrc/devel/py-pathable/PLIST:1.1
--- /dev/null   Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/PLIST      Wed Oct 26 12:48:29 2022
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/26 12:48:29 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pathable/__init__.py
+${PYSITELIB}/pathable/__init__.pyc
+${PYSITELIB}/pathable/__init__.pyo
+${PYSITELIB}/pathable/accessors.py
+${PYSITELIB}/pathable/accessors.pyc
+${PYSITELIB}/pathable/accessors.pyo
+${PYSITELIB}/pathable/dataclasses.py
+${PYSITELIB}/pathable/dataclasses.pyc
+${PYSITELIB}/pathable/dataclasses.pyo
+${PYSITELIB}/pathable/parsers.py
+${PYSITELIB}/pathable/parsers.pyc
+${PYSITELIB}/pathable/parsers.pyo
+${PYSITELIB}/pathable/paths.py
+${PYSITELIB}/pathable/paths.pyc
+${PYSITELIB}/pathable/paths.pyo
+${PYSITELIB}/pathable/py.typed
+${PYSITELIB}/pathable/types.py
+${PYSITELIB}/pathable/types.pyc
+${PYSITELIB}/pathable/types.pyo
Index: pkgsrc/devel/py-pathable/distinfo
diff -u /dev/null pkgsrc/devel/py-pathable/distinfo:1.1
--- /dev/null   Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/distinfo   Wed Oct 26 12:48:29 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/26 12:48:29 adam Exp $
+
+BLAKE2s (pathable-0.4.3.tar.gz) = e3b8f276b3df8fe9620413132b0556afdda4fefa5fecd9ad392334ec8596d09d
+SHA512 (pathable-0.4.3.tar.gz) = 98fd70efb86202403bdc52a90ca469f91cd7c954e827473e035fdc269c9a400a2f130bde656b8bfad16403decca27fa4716e17061f182f865b6925ca9d8fac90
+Size (pathable-0.4.3.tar.gz) = 8679 bytes



Home | Main Index | Thread Index | Old Index