[NEW PORT] devel/py-case: Python unittest utilities
PR: 251104 Submitted by: Goran Mekić <meka@tilda.center>
This commit is contained in:
parent
ce2550f466
commit
215f57700a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555650
@ -4225,6 +4225,7 @@
|
||||
SUBDIR += py-cachy
|
||||
SUBDIR += py-canonicaljson
|
||||
SUBDIR += py-capstone
|
||||
SUBDIR += py-case
|
||||
SUBDIR += py-castellan
|
||||
SUBDIR += py-castellan1
|
||||
SUBDIR += py-cbor
|
||||
|
24
devel/py-case/Makefile
Normal file
24
devel/py-case/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= case
|
||||
PORTVERSION= 1.5.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= meka@tilda.center
|
||||
COMMENT= Python unittest utilities
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-case/distinfo
Normal file
3
devel/py-case/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1605260291
|
||||
SHA256 (case-1.5.3.tar.gz) = 48432b01d91913451c3512c5b90e31b0f348f1074b166a3431085eb70d784fb1
|
||||
SIZE (case-1.5.3.tar.gz) = 58469
|
3
devel/py-case/pkg-descr
Normal file
3
devel/py-case/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python testing framework by Celery project that includes mocks and unit tests
|
||||
|
||||
WWW: https://github.com/celery/case
|
Loading…
Reference in New Issue
Block a user