1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/py-oslotest/Makefile
Kai Knoblich b5ddfa3268 devel/py-oslotest: Update to 4.4.1
* Remove Python 2.7 support that was dropped with the 4.0.0 release.

* Also remove the DOCS option as the documentation contains mostly
  references to external sites and isn't really useful for offline use.

* Make port concurrent safe as some scripts are installed outside of the
  Python sitelib directory.

Changelog since 3.2.0:

https://docs.openstack.org/releasenotes/oslotest/ussuri.html
2020-12-10 09:52:53 +00:00

31 lines
877 B
Makefile

# $FreeBSD$
PORTNAME= oslotest
DISTVERSION= 4.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Oslo test framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-subunit>=1.0.0:devel/py-python-subunit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testtools>=2.2.0:devel/py-testtools@${PY_FLAVOR} \
bash>0:shells/bash
USES= python:3.6+ shebangfix
USE_PYTHON= distutils concurrent autoplist
SHEBANG_FILES= tools/oslo_debug_helper \
tools/oslo_run_cross_tests \
tools/oslo_run_pre_release_tests
NO_ARCH= yes
.include <bsd.port.mk>