svn commit: r407581 - in head/devel: . py3-python-magic

Kubilay Kocak koobs at FreeBSD.org
Sun Jan 31 08:17:53 UTC 2016


Author: koobs
Date: Sun Jan 31 08:17:51 2016
New Revision: 407581
URL: https://svnweb.freebsd.org/changeset/ports/407581

Log:
  devel/py3-python-magic Add Python 3.x version of port
  
  Add a Python 3.x sub-port of py-python-magic, in order for a port of the
  Debian diffoscope project to be created, which is Python 3 only. This
  (py3-*) hack^W workaround ensures a py3x-* package can be created by
  default.
  
  Requested by:	emaste, bapt (for diffoscope, reproducible builds)

Added:
  head/devel/py3-python-magic/
  head/devel/py3-python-magic/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 31 07:15:38 2016	(r407580)
+++ head/devel/Makefile	Sun Jan 31 08:17:51 2016	(r407581)
@@ -4531,6 +4531,7 @@
     SUBDIR += py3-jsonschema
     SUBDIR += py3-libpeas
     SUBDIR += py3-pytz
+    SUBDIR += py3-python-magic
     SUBDIR += py3-vcversioner
     SUBDIR += py3-xdg
     SUBDIR += py_static_check

Added: head/devel/py3-python-magic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-python-magic/Makefile	Sun Jan 31 08:17:51 2016	(r407581)
@@ -0,0 +1,8 @@
+# Created by: Kubilay Kocak <koobs at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-python-magic
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list