diff options
author | adam <adam@pkgsrc.org> | 2021-05-25 10:18:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-05-25 10:18:45 +0000 |
commit | 20499f1a28c60e1c03bca01fd47ef62e81d1ca50 (patch) | |
tree | f08c35ef1f9e956cb674652f5f2f5d03e4f31396 /comms | |
parent | 0a2a4be80b315b9a3aa8ed5a378993311bcf0efd (diff) | |
download | pkgsrc-20499f1a28c60e1c03bca01fd47ef62e81d1ca50.tar.gz |
py-enrich: added version 1.2.6
Enriched extends rich library functionality with a set of changes that were not
accepted to rich itself.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 3 | ||||
-rw-r--r-- | comms/py-enrich/DESCR | 2 | ||||
-rw-r--r-- | comms/py-enrich/Makefile | 20 | ||||
-rw-r--r-- | comms/py-enrich/PLIST | 23 | ||||
-rw-r--r-- | comms/py-enrich/distinfo | 6 |
5 files changed, 53 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index fa5b5ca0093..5ed23af3932 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2021/05/25 10:12:32 adam Exp $ +# $NetBSD: Makefile,v 1.123 2021/05/25 10:18:45 adam Exp $ # COMMENT= Telephony and serial communication utilities @@ -64,6 +64,7 @@ SUBDIR+= pilot-link-libs SUBDIR+= pilotmgr SUBDIR+= plp SUBDIR+= py-colorama +SUBDIR+= py-enrich SUBDIR+= py-esptool SUBDIR+= py-gammu SUBDIR+= py-nodemcu-uploader diff --git a/comms/py-enrich/DESCR b/comms/py-enrich/DESCR new file mode 100644 index 00000000000..0162b16a897 --- /dev/null +++ b/comms/py-enrich/DESCR @@ -0,0 +1,2 @@ +Enriched extends rich library functionality with a set of changes that were not +accepted to rich itself. diff --git a/comms/py-enrich/Makefile b/comms/py-enrich/Makefile new file mode 100644 index 00000000000..bfe9cf5d1d1 --- /dev/null +++ b/comms/py-enrich/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2021/05/25 10:18:45 adam Exp $ + +DISTNAME= enrich-1.2.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= comms python +MASTER_SITES= ${MASTER_SITE_PYPI:=e/enrich/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/pycontribs/enrich +COMMENT= Extends py-rich +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-rich>=9.5.1:../../comms/py-rich + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-rich + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/py-enrich/PLIST b/comms/py-enrich/PLIST new file mode 100644 index 00000000000..a37e891d1c5 --- /dev/null +++ b/comms/py-enrich/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2021/05/25 10:18:45 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/enrich/__init__.py +${PYSITELIB}/enrich/__init__.pyc +${PYSITELIB}/enrich/__init__.pyo +${PYSITELIB}/enrich/console.py +${PYSITELIB}/enrich/console.pyc +${PYSITELIB}/enrich/console.pyo +${PYSITELIB}/enrich/logging.py +${PYSITELIB}/enrich/logging.pyc +${PYSITELIB}/enrich/logging.pyo +${PYSITELIB}/enrich/py.typed +${PYSITELIB}/enrich/test/test_console.py +${PYSITELIB}/enrich/test/test_console.pyc +${PYSITELIB}/enrich/test/test_console.pyo +${PYSITELIB}/enrich/test/test_logging.py +${PYSITELIB}/enrich/test/test_logging.pyc +${PYSITELIB}/enrich/test/test_logging.pyo diff --git a/comms/py-enrich/distinfo b/comms/py-enrich/distinfo new file mode 100644 index 00000000000..75afd43418f --- /dev/null +++ b/comms/py-enrich/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/05/25 10:18:45 adam Exp $ + +SHA1 (enrich-1.2.6.tar.gz) = 684d23d7fb4998720f72c88033f1860f3e9825bd +RMD160 (enrich-1.2.6.tar.gz) = e695a61001c51770df82a932d277534cafd69f8d +SHA512 (enrich-1.2.6.tar.gz) = 07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9 +Size (enrich-1.2.6.tar.gz) = 15581 bytes |