svn commit: r547603 - in head/devel: . py-pip-tools4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 5 10:08:18 UTC 2020


Author: sunpoet
Date: Sat Sep  5 10:08:14 2020
New Revision: 547603
URL: https://svnweb.freebsd.org/changeset/ports/547603

Log:
  Add py-pip-tools4 4.5.1 (copied from py-pip-tools)
  
  - Add PORTSCOUT

Added:
  head/devel/py-pip-tools4/
     - copied from r546970, head/devel/py-pip-tools/
Modified:
  head/devel/Makefile
  head/devel/py-pip-tools4/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  5 10:08:08 2020	(r547602)
+++ head/devel/Makefile	Sat Sep  5 10:08:14 2020	(r547603)
@@ -4772,6 +4772,7 @@
     SUBDIR += py-pip-licenses
     SUBDIR += py-pip-run
     SUBDIR += py-pip-tools
+    SUBDIR += py-pip-tools4
     SUBDIR += py-pipdeptree
     SUBDIR += py-pipenv
     SUBDIR += py-pipreqs

Modified: head/devel/py-pip-tools4/Makefile
==============================================================================
--- head/devel/py-pip-tools/Makefile	Sun Aug 30 06:56:12 2020	(r546970)
+++ head/devel/py-pip-tools4/Makefile	Sat Sep  5 10:08:14 2020	(r547603)
@@ -6,6 +6,7 @@ PORTVERSION=	4.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Keep your pinned dependencies fresh
@@ -22,5 +23,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 USE_LOCALE=	en_US.UTF-8
+
+PORTSCOUT=	limit:^4\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list