svn commit: r441866 - in head/sysutils: . py-pkginfo py3-pkginfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 27 19:30:40 UTC 2017


Author: sunpoet
Date: Sat May 27 19:30:39 2017
New Revision: 441866
URL: https://svnweb.freebsd.org/changeset/ports/441866

Log:
  Add py3-pkginfo 1.2.1
  
  - While I'm here, add NO_ARCH
  
  PR:		219540
  Submitted by:	Rudolf Siegel <rs.os at t-online.de>
  Approved by:	Maxim Filimonov <che at bein.link> (maintainer)

Added:
  head/sysutils/py3-pkginfo/
  head/sysutils/py3-pkginfo/Makefile   (contents, props changed)
Modified:
  head/sysutils/Makefile
  head/sysutils/py-pkginfo/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat May 27 19:30:33 2017	(r441865)
+++ head/sysutils/Makefile	Sat May 27 19:30:39 2017	(r441866)
@@ -899,6 +899,7 @@
     SUBDIR += py-zfs
     SUBDIR += pydf
     SUBDIR += py3-iocage
+    SUBDIR += py3-pkginfo
     SUBDIR += qchroot
     SUBDIR += qjail
     SUBDIR += qjail2

Modified: head/sysutils/py-pkginfo/Makefile
==============================================================================
--- head/sysutils/py-pkginfo/Makefile	Sat May 27 19:30:33 2017	(r441865)
+++ head/sysutils/py-pkginfo/Makefile	Sat May 27 19:30:39 2017	(r441866)
@@ -11,7 +11,8 @@ COMMENT=	Query metadatdata from sdists /
 
 LICENSE=	MIT
 
-USES=		python
+NO_ARCH=	yes
+USES?=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Added: head/sysutils/py3-pkginfo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py3-pkginfo/Makefile	Sat May 27 19:30:39 2017	(r441866)
@@ -0,0 +1,8 @@
+# Created by: rs.os
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pkginfo
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list