[NEW] devel/py3-freezegun: Add Python 3.x version of this port
PR: 219833
This commit is contained in:
parent
6918d8f35f
commit
9d6ddc7c50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443057
3 changed files with 18 additions and 3 deletions
|
@ -4958,6 +4958,7 @@
|
|||
SUBDIR += py3-flake8-import-order
|
||||
SUBDIR += py3-flake8-polyfill
|
||||
SUBDIR += py3-flake8-quotes
|
||||
SUBDIR += py3-freezegun
|
||||
SUBDIR += py3-gobject3
|
||||
SUBDIR += py3-hgtools
|
||||
SUBDIR += py3-jedi
|
||||
|
|
|
@ -13,13 +13,13 @@ COMMENT= Let your Python tests travel through time
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.0:devel/py-dateutil
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
|
||||
TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
|
||||
|
||||
USES= python
|
||||
USES?= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
14
devel/py3-freezegun/Makefile
Normal file
14
devel/py3-freezegun/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-freezegun
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py3-six \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.0:devel/py3-dateutil
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py3-nose \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py3-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py3-mock
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue