Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 01:56:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536830 - in head/print: . py-pycups1
Message-ID:  <202005290156.04T1uKI7036090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 01:56:20 2020
New Revision: 536830
URL: https://svnweb.freebsd.org/changeset/ports/536830

Log:
  Add py-pycups1 1.9.74 (copied from py-pycups)
  
  - Add PORTSCOUT

Added:
  head/print/py-pycups1/
     - copied from r536770, head/print/py-pycups/
Modified:
  head/print/Makefile
  head/print/py-pycups1/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Fri May 29 01:27:16 2020	(r536829)
+++ head/print/Makefile	Fri May 29 01:56:20 2020	(r536830)
@@ -184,6 +184,7 @@
     SUBDIR += py-preppy
     SUBDIR += py-psautohint
     SUBDIR += py-pycups
+    SUBDIR += py-pycups1
     SUBDIR += py-pyscript
     SUBDIR += py-python-ly
     SUBDIR += py-qt5-printsupport

Modified: head/print/py-pycups1/Makefile
==============================================================================
--- head/print/py-pycups/Makefile	Thu May 28 13:52:33 2020	(r536770)
+++ head/print/py-pycups1/Makefile	Fri May 29 01:56:20 2020	(r536830)
@@ -6,6 +6,7 @@ PORTVERSION=	1.9.74
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	CUPS bindings for Python
@@ -17,6 +18,9 @@ LIB_DEPENDS=	libcups.so:print/cups
 
 USES=		iconv localbase python tar:bzip2
 USE_PYTHON=	autoplist concurrent distutils
+
+# pycups 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005290156.04T1uKI7036090>