svn commit: r523646 - in head/devel: . py-twine1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 20 20:08:40 UTC 2020


Author: sunpoet
Date: Mon Jan 20 20:08:39 2020
New Revision: 523646
URL: https://svnweb.freebsd.org/changeset/ports/523646

Log:
  Add py-twine1 1.15.0 (copied from py-twine)
  
  - Add PORTSCOUT

Added:
  head/devel/py-twine1/
     - copied from r523511, head/devel/py-twine/
Modified:
  head/devel/Makefile
  head/devel/py-twine1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan 20 20:08:33 2020	(r523645)
+++ head/devel/Makefile	Mon Jan 20 20:08:39 2020	(r523646)
@@ -5138,6 +5138,7 @@
     SUBDIR += py-twiggy
     SUBDIR += py-twilio
     SUBDIR += py-twine
+    SUBDIR += py-twine1
     SUBDIR += py-twisted
     SUBDIR += py-txaio
     SUBDIR += py-typechecks

Modified: head/devel/py-twine1/Makefile
==============================================================================
--- head/devel/py-twine/Makefile	Sun Jan 19 04:38:08 2020	(r523511)
+++ head/devel/py-twine1/Makefile	Mon Jan 20 20:08:39 2020	(r523646)
@@ -6,6 +6,7 @@ DISTVERSION=	1.15.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Collection of utilities for interacting with PyPI
@@ -23,5 +24,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list