pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-housekeeping
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 23 14:51:01 UTC 2025
Added Files:
pkgsrc/devel/py-housekeeping: DESCR Makefile PLIST distinfo
Log Message:
devel/py-housekeeping: import py-housekeeping-1.1
Housekeeping is a Python package designed to make it easy for
projects to mark consumed code as deprecated or pending deprecation,
with helpful instructions for consumers using deprecated functionality.
With Housekeeping, you can easily manage deprecations in your code,
helping you and any consumers of your code transition to the latest
and greatest.
It offers decorators, mixins, and functions to help with deprecating
functions, methods, classes, modules, attributes, parameters, and
dictionary keys.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-housekeeping/DESCR \
pkgsrc/devel/py-housekeeping/Makefile pkgsrc/devel/py-housekeeping/PLIST \
pkgsrc/devel/py-housekeeping/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-housekeeping/DESCR
diff -u /dev/null pkgsrc/devel/py-housekeeping/DESCR:1.1
--- /dev/null Wed Apr 23 14:51:01 2025
+++ pkgsrc/devel/py-housekeeping/DESCR Wed Apr 23 14:51:01 2025
@@ -0,0 +1,11 @@
+Housekeeping is a Python package designed to make it easy for
+projects to mark consumed code as deprecated or pending deprecation,
+with helpful instructions for consumers using deprecated functionality.
+
+With Housekeeping, you can easily manage deprecations in your code,
+helping you and any consumers of your code transition to the latest
+and greatest.
+
+It offers decorators, mixins, and functions to help with deprecating
+functions, methods, classes, modules, attributes, parameters, and
+dictionary keys.
Index: pkgsrc/devel/py-housekeeping/Makefile
diff -u /dev/null pkgsrc/devel/py-housekeeping/Makefile:1.1
--- /dev/null Wed Apr 23 14:51:01 2025
+++ pkgsrc/devel/py-housekeeping/Makefile Wed Apr 23 14:51:01 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/04/23 14:51:01 wiz Exp $
+
+DISTNAME= housekeeping-1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/housekeeping/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/beanbaginc/housekeeping
+COMMENT= Python utilities for helping deprecate and remove code
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.4:../../devel/py-typing-extensions
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-housekeeping/PLIST
diff -u /dev/null pkgsrc/devel/py-housekeeping/PLIST:1.1
--- /dev/null Wed Apr 23 14:51:01 2025
+++ pkgsrc/devel/py-housekeeping/PLIST Wed Apr 23 14:51:01 2025
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/23 14:51:01 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/housekeeping/__init__.py
+${PYSITELIB}/housekeeping/__init__.pyc
+${PYSITELIB}/housekeeping/__init__.pyo
+${PYSITELIB}/housekeeping/_version.py
+${PYSITELIB}/housekeeping/_version.pyc
+${PYSITELIB}/housekeeping/_version.pyo
+${PYSITELIB}/housekeeping/base.py
+${PYSITELIB}/housekeeping/base.pyc
+${PYSITELIB}/housekeeping/base.pyo
+${PYSITELIB}/housekeeping/classes.py
+${PYSITELIB}/housekeeping/classes.pyc
+${PYSITELIB}/housekeeping/classes.pyo
+${PYSITELIB}/housekeeping/functions.py
+${PYSITELIB}/housekeeping/functions.pyc
+${PYSITELIB}/housekeeping/functions.pyo
+${PYSITELIB}/housekeeping/helpers.py
+${PYSITELIB}/housekeeping/helpers.pyc
+${PYSITELIB}/housekeeping/helpers.pyo
+${PYSITELIB}/housekeeping/modules.py
+${PYSITELIB}/housekeeping/modules.pyc
+${PYSITELIB}/housekeeping/modules.pyo
+${PYSITELIB}/housekeeping/py.typed
+${PYSITELIB}/housekeeping/tests/__init__.py
+${PYSITELIB}/housekeeping/tests/__init__.pyc
+${PYSITELIB}/housekeeping/tests/__init__.pyo
+${PYSITELIB}/housekeeping/tests/test_classes.py
+${PYSITELIB}/housekeeping/tests/test_classes.pyc
+${PYSITELIB}/housekeeping/tests/test_classes.pyo
+${PYSITELIB}/housekeeping/tests/test_functions.py
+${PYSITELIB}/housekeeping/tests/test_functions.pyc
+${PYSITELIB}/housekeeping/tests/test_functions.pyo
+${PYSITELIB}/housekeeping/tests/test_modules.py
+${PYSITELIB}/housekeeping/tests/test_modules.pyc
+${PYSITELIB}/housekeeping/tests/test_modules.pyo
+${PYSITELIB}/housekeeping/tests/testcases.py
+${PYSITELIB}/housekeeping/tests/testcases.pyc
+${PYSITELIB}/housekeeping/tests/testcases.pyo
Index: pkgsrc/devel/py-housekeeping/distinfo
diff -u /dev/null pkgsrc/devel/py-housekeeping/distinfo:1.1
--- /dev/null Wed Apr 23 14:51:01 2025
+++ pkgsrc/devel/py-housekeeping/distinfo Wed Apr 23 14:51:01 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/23 14:51:01 wiz Exp $
+
+BLAKE2s (housekeeping-1.1.tar.gz) = 5704c6785e0f0ca4868733cc1e80b03836a23d9a4537aefdefece6ea06235954
+SHA512 (housekeeping-1.1.tar.gz) = de1dba70a28c50c88cf36de56f400fea4737f42d4497f0c3359a70a2e7e9884b13aab8094abb684be37caaff20aaa21894d3909d2454b473edef594534057644
+Size (housekeeping-1.1.tar.gz) = 19346 bytes
Home |
Main Index |
Thread Index |
Old Index