mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Python 3 variant of devel/py-six
PR: 217473 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
This commit is contained in:
parent
c5464b6fc1
commit
04481af800
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435252
3 changed files with 13 additions and 2 deletions
|
@ -4925,6 +4925,7 @@
|
|||
SUBDIR += py3-rubymarshal
|
||||
SUBDIR += py3-setproctitle
|
||||
SUBDIR += py3-simplejson
|
||||
SUBDIR += py3-six
|
||||
SUBDIR += py3-threema-msgapi
|
||||
SUBDIR += py3-vcversioner
|
||||
SUBDIR += py3-wcwidth
|
||||
|
|
|
@ -13,9 +13,9 @@ COMMENT= Python 2 and 3 compatibility utilities
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
|
||||
TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
|
||||
|
||||
USES= python
|
||||
USES?= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
10
devel/py3-six/Makefile
Normal file
10
devel/py3-six/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-six
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue