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: Tue Apr 18 17:09:39 UTC 2023
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-calver: DESCR Makefile PLIST distinfo
Log Message:
py-calver: added version 2022.6.26
The calver package is a setuptools extension for automatically defining your
Python package version as a calendar version.
To generate a diff of this commit:
cvs rdiff -u -r1.3952 -r1.3953 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-calver/DESCR \
pkgsrc/devel/py-calver/Makefile pkgsrc/devel/py-calver/PLIST \
pkgsrc/devel/py-calver/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.3952 pkgsrc/devel/Makefile:1.3953
--- pkgsrc/devel/Makefile:1.3952 Mon Apr 17 21:34:56 2023
+++ pkgsrc/devel/Makefile Tue Apr 18 17:09:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3952 2023/04/17 21:34:56 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3953 2023/04/18 17:09:39 adam Exp $
#
COMMENT= Development utilities
@@ -2414,6 +2414,7 @@ SUBDIR+= py-cached-property
SUBDIR+= py-cachelib
SUBDIR+= py-cachetools
SUBDIR+= py-cachy
+SUBDIR+= py-calver
SUBDIR+= py-canonicaljson
SUBDIR+= py-canvasapi
SUBDIR+= py-capstone
Added files:
Index: pkgsrc/devel/py-calver/DESCR
diff -u /dev/null pkgsrc/devel/py-calver/DESCR:1.1
--- /dev/null Tue Apr 18 17:09:39 2023
+++ pkgsrc/devel/py-calver/DESCR Tue Apr 18 17:09:39 2023
@@ -0,0 +1,2 @@
+The calver package is a setuptools extension for automatically defining your
+Python package version as a calendar version.
Index: pkgsrc/devel/py-calver/Makefile
diff -u /dev/null pkgsrc/devel/py-calver/Makefile:1.1
--- /dev/null Tue Apr 18 17:09:39 2023
+++ pkgsrc/devel/py-calver/Makefile Tue Apr 18 17:09:39 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/04/18 17:09:39 adam Exp $
+
+DISTNAME= calver-2022.6.26
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/calver/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/di/calver
+COMMENT= Setuptools extension for CalVer package versions
+LICENSE= apache-2.0
+
+#DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7:../../devel/py-typing-extensions
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-calver/PLIST
diff -u /dev/null pkgsrc/devel/py-calver/PLIST:1.1
--- /dev/null Tue Apr 18 17:09:39 2023
+++ pkgsrc/devel/py-calver/PLIST Tue Apr 18 17:09:39 2023
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/18 17:09:39 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/calver/__init__.py
+${PYSITELIB}/calver/__init__.pyc
+${PYSITELIB}/calver/__init__.pyo
+${PYSITELIB}/calver/integration.py
+${PYSITELIB}/calver/integration.pyc
+${PYSITELIB}/calver/integration.pyo
Index: pkgsrc/devel/py-calver/distinfo
diff -u /dev/null pkgsrc/devel/py-calver/distinfo:1.1
--- /dev/null Tue Apr 18 17:09:39 2023
+++ pkgsrc/devel/py-calver/distinfo Tue Apr 18 17:09:39 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/18 17:09:39 adam Exp $
+
+BLAKE2s (calver-2022.6.26.tar.gz) = 04dcfff848e0d6f665218c3837079b27c439f9383d9e5cdba3e22042ebd8c9cf
+SHA512 (calver-2022.6.26.tar.gz) = fda5d13db9bcb3954276fc6b773d79f4ef40b3e6cb60894a1eda919e3d1c11c87857213fcb99b30d51645a71ced240cd5dde81975aba27f350f6115f798c11ff
+Size (calver-2022.6.26.tar.gz) = 6670 bytes
Home |
Main Index |
Thread Index |
Old Index