Hi,
attached an update (CVS diff) for productivity/epr-reader version
2.4.15.
epr is a CLI ePub reader developed in Python
https://github.com/wustho/epr
Update:
* bump version to 2.4.15
* fix COMMENT (don't start with an uppercase letter)
* poetry-core for MODPY_PYBUILD (replace setuptools)
* update PLIST
Build and tests OK on amd64.
Unless there's any objections, I'd like to take maintainership for this
port. I'm using this tool frequently to read my ePub files.
Please commit if OK.
Laurent
Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/epr-reader/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 13 Nov 2022 20:31:00 -0000 1.6
+++ Makefile 20 Jan 2023 17:35:04 -0000
@@ -1,20 +1,21 @@
-COMMENT = Terminal/CLI Epub Reader
+COMMENT = terminal/CLI Epub Reader
-MODPY_EGG_VERSION = 2.4.8
+MODPY_EGG_VERSION = 2.4.15
DISTNAME = epr-reader-${MODPY_EGG_VERSION}
-REVISION = 2
CATEGORIES = productivity
HOMEPAGE = https://github.com/wustho/epr
+MAINTAINER = Laurent Cheylus <[email protected]>
+
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
-MODPY_PYBUILD = setuptools
+MODPY_PYBUILD = poetry-core
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/productivity/epr-reader/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 2 Dec 2020 19:10:51 -0000 1.1.1.1
+++ distinfo 20 Jan 2023 17:35:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (epr-reader-2.4.8.tar.gz) = P2tXcoEDbm66ntADMCBO568fGNa0ti/Az2woyp7bkYs=
-SIZE (epr-reader-2.4.8.tar.gz) = 16071
+SHA256 (epr-reader-2.4.15.tar.gz) = pc0PurlGyalJoY0MtIpSVbR+jv0I3bgEkhqq8Mqngcw=
+SIZE (epr-reader-2.4.15.tar.gz) = 16955
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/productivity/epr-reader/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST 13 Nov 2022 20:31:00 -0000 1.3
+++ pkg/PLIST 20 Jan 2023 17:35:04 -0000
@@ -4,8 +4,8 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}epr.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/epr.py
lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/
+lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
-lib/python${MODPY_VERSION}/site-packages/epr_reader-${MODPY_EGG_VERSION}.dist-info/top_level.txt