pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms py-enrich: added version 1.2.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/37e505431282
branches: trunk
changeset: 453202:37e505431282
user: adam <adam%pkgsrc.org@localhost>
date: Tue May 25 10:18:45 2021 +0000
description:
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:
comms/Makefile | 3 ++-
comms/py-enrich/DESCR | 2 ++
comms/py-enrich/Makefile | 20 ++++++++++++++++++++
comms/py-enrich/PLIST | 23 +++++++++++++++++++++++
comms/py-enrich/distinfo | 6 ++++++
5 files changed, 53 insertions(+), 1 deletions(-)
diffs (84 lines):
diff -r 2fda4b296d4d -r 37e505431282 comms/Makefile
--- a/comms/Makefile Tue May 25 10:18:37 2021 +0000
+++ b/comms/Makefile Tue May 25 10:18:45 2021 +0000
@@ -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+= pilotmgr
SUBDIR+= plp
SUBDIR+= py-colorama
+SUBDIR+= py-enrich
SUBDIR+= py-esptool
SUBDIR+= py-gammu
SUBDIR+= py-nodemcu-uploader
diff -r 2fda4b296d4d -r 37e505431282 comms/py-enrich/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-enrich/DESCR Tue May 25 10:18:45 2021 +0000
@@ -0,0 +1,2 @@
+Enriched extends rich library functionality with a set of changes that were not
+accepted to rich itself.
diff -r 2fda4b296d4d -r 37e505431282 comms/py-enrich/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-enrich/Makefile Tue May 25 10:18:45 2021 +0000
@@ -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@localhost
+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 -r 2fda4b296d4d -r 37e505431282 comms/py-enrich/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-enrich/PLIST Tue May 25 10:18:45 2021 +0000
@@ -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 -r 2fda4b296d4d -r 37e505431282 comms/py-enrich/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-enrich/distinfo Tue May 25 10:18:45 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index