freebsd-ports/devel/py-serializable/Makefile
Yuri Victorovich 4359cee99d devel/py-serializable: Update 0.1.1 -> 0.2.1
Reported by:	portscout
2019-10-29 05:45:33 +00:00

23 lines
582 B
Makefile

# $FreeBSD$
PORTNAME= serializable
DISTVERSION= 0.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Base class with serialization helpers for user-defined Python objects
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typechecks>=0.0.2:devel/py-typechecks@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>