kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00

36 lines
761 B
Makefile

# $OpenBSD: Makefile,v 1.13 2021/05/21 19:50:23 kmos Exp $
COMMENT = import changesets from CVS into Git
MODPY_EGG_VERSION = 0.1.0
REVISION = 3
DISTNAME = git-cvs-${MODPY_EGG_VERSION}
DISTFILES = ${DISTNAME}{${MODPY_EGG_VERSION}}.tar.gz
CATEGORIES = devel
HOMEPAGE = https://github.com/ustuehler/git-cvs
# BSD
PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/ustuehler/git-cvs/archive/
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_SETUPTOOLS = Yes
MODPY_ADJ_FILES = scripts/git-cvs
BUILD_DEPENDS = devel/py-nose
RUN_DEPENDS= devel/git \
devel/py-rcsparse
TEST_DEPENDS= ${BUILD_DEPENDS}
# for regression tests:
# cvs(1) insists on doing a chdir(2) to HOME before checkout
PORTHOME = ${WRKDIR}
.include <bsd.port.mk>