On Thu, Aug 15, 2019 at 01:45:11AM -0400, Kurt Mosiejczuk wrote:
> On Sat, Mar 16, 2019 at 02:30:32PM -0400, Kurt Mosiejczuk wrote:
> > On Fri, Feb 22, 2019 at 11:24:06PM -0500, Kurt Mosiejczuk wrote:
> > Ping
> Reaching back in time. I re-did this update. Since this is a backport of
> python 3.x functionality, I'm removing the python3 flavor. I previously
> updated the only python3 consumer, py-fasteners to remove the dependency
> from the python3 flavor of that port.
> The two consumers, devel/py-fasteners and sysutils/duplicity, both pass
> all their regression tests identically after this update as before.
> OK?
Ping.
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-monotonic/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 12 Jul 2019 20:45:50 -0000 1.3
+++ Makefile 15 Aug 2019 05:29:02 -0000
@@ -2,10 +2,9 @@
COMMENT = implementation of time.monotonic()
-MODPY_EGG_VERSION = 1.3
+MODPY_EGG_VERSION = 1.5
DISTNAME = monotonic-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 0
CATEGORIES = devel
@@ -18,8 +17,5 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
-
-FLAVORS = python3
-FLAVOR ?=
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-monotonic/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 13 Jul 2017 01:29:40 -0000 1.1.1.1
+++ distinfo 15 Aug 2019 05:29:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (monotonic-1.3.tar.gz) = K0aeLX3UA/f395In/lrVUe4edvi7MArpNSCYhLk8fBs=
-SIZE (monotonic-1.3.tar.gz) = 7211
+SHA256 (monotonic-1.5.tar.gz) = I5U9VQdt8DhUHmSKU2dvskmA96G+KQzdohMAs7wh37A=
+SIZE (monotonic-1.5.tar.gz) = 7525
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-monotonic/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 13 Jul 2017 01:29:40 -0000 1.1.1.1
+++ pkg/PLIST 15 Aug 2019 05:29:02 -0000
@@ -1,9 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/13 01:29:40 danj Exp $
-lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}monotonic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/monotonic-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/monotonic-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/monotonic-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/monotonic-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
-lib/python${MODPY_VERSION}/site-packages/monotonic-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json
lib/python${MODPY_VERSION}/site-packages/monotonic-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/monotonic.py
+lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}monotonic.${MODPY_PYC_MAGIC_TAG}pyc
No comments:
Post a Comment