mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
a4be5f9f64
This port is no longer maintained upstream. Mark DEPRECATED after the next quarterly cycle. Also: - Replace 404 WWW with link to documentation site - Pet portlint PR: 257847
29 lines
629 B
Makefile
29 lines
629 B
Makefile
PORTNAME= Flask-XML-RPC
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= Adds support for creating XML-RPC APIs to Flask
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= No longer maintained upstream
|
|
EXPIRATION_DATE= 2021-12-31
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
|
|
|
|
# 2.7,3.4+
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
|
|
|
.include <bsd.port.mk>
|