Sat Jan 27 18:33:35 2024 UTC (120d)
py-jaraco.env: added version 1.0.0

This library facilitates handling of environment variables.


(adam)
diff -r1.4166 -r1.4167 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-jaraco.env/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-jaraco.env/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-jaraco.env/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-jaraco.env/distinfo

cvs diff -r1.4166 -r1.4167 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2024/01/26 10:41:11 1.4166
+++ pkgsrc/devel/Makefile 2024/01/27 18:33:35 1.4167
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4166 2024/01/26 10:41:11 pin Exp $ 1# $NetBSD: Makefile,v 1.4167 2024/01/27 18:33:35 adam Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= GConf 7SUBDIR+= GConf
8SUBDIR+= GConf-ui 8SUBDIR+= GConf-ui
9SUBDIR+= Gorm 9SUBDIR+= Gorm
10SUBDIR+= MoarVM 10SUBDIR+= MoarVM
11SUBDIR+= ObjectiveLib 11SUBDIR+= ObjectiveLib
12SUBDIR+= ProjectCenter 12SUBDIR+= ProjectCenter
13SUBDIR+= R-BH 13SUBDIR+= R-BH
14SUBDIR+= R-IRdisplay 14SUBDIR+= R-IRdisplay
@@ -2635,26 +2635,27 @@ SUBDIR+= py-intervaltree @@ -2635,26 +2635,27 @@ SUBDIR+= py-intervaltree
2635SUBDIR+= py-iowait 2635SUBDIR+= py-iowait
2636SUBDIR+= py-ipaddr 2636SUBDIR+= py-ipaddr
2637SUBDIR+= py-ipykernel 2637SUBDIR+= py-ipykernel
2638SUBDIR+= py-ipython 2638SUBDIR+= py-ipython
2639SUBDIR+= py-ipython_genutils 2639SUBDIR+= py-ipython_genutils
2640SUBDIR+= py-iso-639 2640SUBDIR+= py-iso-639
2641SUBDIR+= py-iso3166 2641SUBDIR+= py-iso3166
2642SUBDIR+= py-isort 2642SUBDIR+= py-isort
2643SUBDIR+= py-itanium_demangler 2643SUBDIR+= py-itanium_demangler
2644SUBDIR+= py-jaraco.classes 2644SUBDIR+= py-jaraco.classes
2645SUBDIR+= py-jaraco.collections 2645SUBDIR+= py-jaraco.collections
2646SUBDIR+= py-jaraco.context 2646SUBDIR+= py-jaraco.context
2647SUBDIR+= py-jaraco.develop 2647SUBDIR+= py-jaraco.develop
 2648SUBDIR+= py-jaraco.env
2648SUBDIR+= py-jaraco.envs 2649SUBDIR+= py-jaraco.envs
2649SUBDIR+= py-jaraco.functools 2650SUBDIR+= py-jaraco.functools
2650SUBDIR+= py-jaraco.itertools 2651SUBDIR+= py-jaraco.itertools
2651SUBDIR+= py-jaraco.path 2652SUBDIR+= py-jaraco.path
2652SUBDIR+= py-jaraco.vcs 2653SUBDIR+= py-jaraco.vcs
2653SUBDIR+= py-jaraco.versioning 2654SUBDIR+= py-jaraco.versioning
2654SUBDIR+= py-jaraco_util 2655SUBDIR+= py-jaraco_util
2655SUBDIR+= py-joblib 2656SUBDIR+= py-joblib
2656SUBDIR+= py-jupyter-console 2657SUBDIR+= py-jupyter-console
2657SUBDIR+= py-jupyter_client 2658SUBDIR+= py-jupyter_client
2658SUBDIR+= py-jupyter_core 2659SUBDIR+= py-jupyter_core
2659SUBDIR+= py-jupyter_events 2660SUBDIR+= py-jupyter_events
2660SUBDIR+= py-jupyter_packaging 2661SUBDIR+= py-jupyter_packaging

File Added: pkgsrc/devel/py-jaraco.env/DESCR
This library facilitates handling of environment variables.

File Added: pkgsrc/devel/py-jaraco.env/Makefile
# $NetBSD: Makefile,v 1.1 2024/01/27 18:33:35 adam Exp $

DISTNAME=	jaraco.env-1.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=j/jaraco.env/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/jaraco/jaraco.env
COMMENT=	Facilities for environment variables
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-jaraco.env/PLIST
@comment $NetBSD: PLIST,v 1.1 2024/01/27 18:33:35 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/jaraco/env.py
${PYSITELIB}/jaraco/env.pyc
${PYSITELIB}/jaraco/env.pyo

File Added: pkgsrc/devel/py-jaraco.env/distinfo
$NetBSD: distinfo,v 1.1 2024/01/27 18:33:35 adam Exp $

BLAKE2s (jaraco.env-1.0.0.tar.gz) = 5f588cec8622fbe560263b4d27cc9bee719e4a86f39b851b1bd9108edc66b748
SHA512 (jaraco.env-1.0.0.tar.gz) = 67879bd531bb1056bab0dfa47f92a7257e184b8db2a9bf3d588460070401e76e884cf3134ee4c01a6c517d48a0e111fec3a4759d305ee7608797816b27d33473
Size (jaraco.env-1.0.0.tar.gz) = 6664 bytes