mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
1dda1a8b80
commit
0a83bb9d6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407581
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
8
devel/py3-python-magic/Makefile
Normal file
8
devel/py3-python-magic/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-python-magic
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue