openbsd-ports/www/py-django/Makefile.inc
rpointel 708638dc16 update django lts to 1.8.8 and stable to 1.9.1 (bugfixes releases).
More info: https://www.djangoproject.com/weblog/2016/jan/02/bugfix-releases-issued/
remove the maintainer from his request.
modify pkg/README for stable, idea from shadchin@.
ok shadchin@.
2016-01-04 19:38:30 +00:00

22 lines
461 B
Makefile

# $OpenBSD: Makefile.inc,v 1.2 2016/01/04 19:38:30 rpointel Exp $
DISTNAME = Django-${MODPY_EGG_VERSION}
PKGNAME = py-${LNAME}-${MODPY_EGG_VERSION}
CATEGORIES = www
HOMEPAGE = https://www.djangoproject.com/
# BSD License
PERMIT_PACKAGE_CDROM = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
SUBST_VARS += LNAME
do-test:
cd ${WRKSRC} && env LC_CTYPE=en_US.UTF-8 PYTHONPATH=. \
${MODPY_BIN} tests/runtests.py --settings=test_sqlite