Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 08:17:51 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407581 - in head/devel: . py3-python-magic
Message-ID:  <201601310817.u0V8Hpje067451@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-python-magic
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"



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