071f1b1120
pkgsrc changes: - Move more definitions to Makefile.common, drop some that had default values. - Depend on py-OpenSSL and py-ZopeInterface. - Add do-test target. - Remove patch-aa and install all bin/ script with plain names, not with ${PYVERSSUFFIX} appended. setup.py is now much, much simpler, and rewriting the patch would be difficult. It doesn't matter anyway, as I tried really hard to install py-OpenSSL for both python24 and python25 and it just doesn't work.
17 lines
520 B
Text
17 lines
520 B
Text
# $NetBSD: Makefile.common,v 1.5 2008/08/22 21:49:08 epg Exp $
|
|
# used by net/py-twisted/Makefile
|
|
# used by net/py-twisted-docs/Makefile
|
|
|
|
TWISTED_VERSION= 8.1.0
|
|
DISTNAME= Twisted-${TWISTED_VERSION}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.twistedmatrix.com/
|
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../py-twisted/patches
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|