svn commit: r533300 - in head/devel: . py-oslo.reports1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 28 23:01:04 UTC 2020
Author: sunpoet
Date: Tue Apr 28 23:01:03 2020
New Revision: 533300
URL: https://svnweb.freebsd.org/changeset/ports/533300
Log:
Add py-oslo.reports1 1.31.1 (copied from py-oslo.reports)
- Add PORTSCOUT
Added:
head/devel/py-oslo.reports1/
- copied from r533139, head/devel/py-oslo.reports/
Modified:
head/devel/Makefile
head/devel/py-oslo.reports1/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Apr 28 22:56:29 2020 (r533299)
+++ head/devel/Makefile Tue Apr 28 23:01:03 2020 (r533300)
@@ -4746,6 +4746,7 @@
SUBDIR += py-oslo.policy2
SUBDIR += py-oslo.privsep
SUBDIR += py-oslo.reports
+ SUBDIR += py-oslo.reports1
SUBDIR += py-oslo.rootwrap
SUBDIR += py-oslo.serialization
SUBDIR += py-oslo.service
Modified: head/devel/py-oslo.reports1/Makefile
==============================================================================
--- head/devel/py-oslo.reports/Makefile Mon Apr 27 13:54:38 2020 (r533139)
+++ head/devel/py-oslo.reports1/Makefile Tue Apr 28 23:01:03 2020 (r533300)
@@ -6,6 +6,7 @@ PORTVERSION= 1.31.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 1
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Oslo.reports library
@@ -25,5 +26,8 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+
+# oslo.reports 2.0.0+ requires Python 3.6+
+PORTSCOUT= limit:^1\.
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list