pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-jaraco.collections: added version 3.7.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/11002dbaa1d0
branches: trunk
changeset: 387781:11002dbaa1d0
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 06 18:24:45 2022 +0000
description:
py-jaraco.collections: added version 3.7.0
Models and classes to supplement the stdlib 'collections' module.
diffstat:
devel/Makefile | 3 ++-
devel/py-jaraco.collections/DESCR | 1 +
devel/py-jaraco.collections/Makefile | 29 +++++++++++++++++++++++++++++
devel/py-jaraco.collections/PLIST | 11 +++++++++++
devel/py-jaraco.collections/distinfo | 5 +++++
5 files changed, 48 insertions(+), 1 deletions(-)
diffs (79 lines):
diff -r 0017cabd7cf5 -r 11002dbaa1d0 devel/Makefile
--- a/devel/Makefile Sun Nov 06 18:21:11 2022 +0000
+++ b/devel/Makefile Sun Nov 06 18:24:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3817 2022/11/06 18:12:59 adam Exp $
+# $NetBSD: Makefile,v 1.3818 2022/11/06 18:24:45 adam Exp $
#
COMMENT= Development utilities
@@ -2545,6 +2545,7 @@
SUBDIR+= py-isort4
SUBDIR+= py-itanium_demangler
SUBDIR+= py-jaraco.classes
+SUBDIR+= py-jaraco.collections
SUBDIR+= py-jaraco.context
SUBDIR+= py-jaraco.envs
SUBDIR+= py-jaraco.functools
diff -r 0017cabd7cf5 -r 11002dbaa1d0 devel/py-jaraco.collections/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jaraco.collections/DESCR Sun Nov 06 18:24:45 2022 +0000
@@ -0,0 +1,1 @@
+Models and classes to supplement the stdlib 'collections' module.
diff -r 0017cabd7cf5 -r 11002dbaa1d0 devel/py-jaraco.collections/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jaraco.collections/Makefile Sun Nov 06 18:24:45 2022 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/11/06 18:24:45 adam Exp $
+
+DISTNAME= jaraco.collections-3.7.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.collections/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jaraco/jaraco.collections
+COMMENT= Collection objects similar to those in stdlib
+LICENSE= mit
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-jaraco.classes-[0-9]*:../../devel/py-jaraco.classes
+DEPENDS+= ${PYPKGPREFIX}-jaraco.text-[0-9]*:../../textproc/py-jaraco.text
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0017cabd7cf5 -r 11002dbaa1d0 devel/py-jaraco.collections/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jaraco.collections/PLIST Sun Nov 06 18:24:45 2022 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/06 18:24:45 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/jaraco/collections.py
+${PYSITELIB}/jaraco/collections.pyc
diff -r 0017cabd7cf5 -r 11002dbaa1d0 devel/py-jaraco.collections/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jaraco.collections/distinfo Sun Nov 06 18:24:45 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/06 18:24:45 adam Exp $
+
+BLAKE2s (jaraco.collections-3.7.0.tar.gz) = 26418555df3b667f6f27088ee2219981106bf5f8dce09ab325289adcd5cf2447
+SHA512 (jaraco.collections-3.7.0.tar.gz) = 6ebf276b662bdd78622c345d64be8b919de8e10e248c78a6107e65a58f4b158ba788685f518d1590028c2bc9a13b1a48c30d5e30f964696a87330dba3b1432d7
+Size (jaraco.collections-3.7.0.tar.gz) = 16874 bytes
Home |
Main Index |
Thread Index |
Old Index