Update HOMEPAGE and MASTER_SITES.
Mark as not ready for python-3.x.
This commit is contained in:
parent
7cc026c20e
commit
69dd4a7496
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/10/02 21:25:48 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/01/25 08:44:53 wiz Exp $
|
||||
|
||||
DISTNAME= pycassa-0.3.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
||||
EGG_NAME= ${DISTNAME}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= http://github.com/downloads/vomjom/pycassa/
|
||||
MASTER_SITES= http://github.com/downloads/pycassa/pycassa/
|
||||
|
||||
MAINTAINER= tonnerre@NetBSD.org
|
||||
HOMEPAGE= http://github.com/vomjom/pycassa/
|
||||
HOMEPAGE= https://github.com/pycassa/pycassa
|
||||
COMMENT= Python client library for Cassandra
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue