Add a package for py-genesis
This commit is contained in:
parent
13ce6a75a4
commit
0484a6bb1f
4 changed files with 50 additions and 0 deletions
3
py-genesis/DESCR
Normal file
3
py-genesis/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Genesis searches the specified directory (defaulting to the current
|
||||
working directory), and its subdirectories, replacing tags of the form
|
||||
G{name} with values specified on the command-line.
|
22
py-genesis/Makefile
Normal file
22
py-genesis/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/08/17 18:03:26 slitvinov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= genesis-0.1.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/g/genesis/
|
||||
|
||||
MAINTAINER= slitvinov@gmail.com
|
||||
HOMEPAGE= http://pypi.python.org/pypi/genesis
|
||||
COMMENT= Run Genesis on a copy of a project template to create a new project
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
20
py-genesis/PLIST
Normal file
20
py-genesis/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/08/17 18:03:26 slitvinov Exp $
|
||||
bin/genesis
|
||||
${PYSITELIB}/acceptancetests/__init__.py
|
||||
${PYSITELIB}/acceptancetests/__init__.pyc
|
||||
${PYSITELIB}/acceptancetests/__init__.pyo
|
||||
${PYSITELIB}/acceptancetests/test01_happy_day.py
|
||||
${PYSITELIB}/acceptancetests/test01_happy_day.pyc
|
||||
${PYSITELIB}/acceptancetests/test01_happy_day.pyo
|
||||
${PYSITELIB}/genesis-${PKGVERSION}-py2.7.egg-info/PKG-INFO
|
||||
${PYSITELIB}/genesis-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/genesis-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/genesis-${PKGVERSION}-py2.7.egg-info/entry_points.txt
|
||||
${PYSITELIB}/genesis-${PKGVERSION}-py2.7.egg-info/top_level.txt
|
||||
${PYSITELIB}/genesis-${PKGVERSION}-py2.7.egg-info/zip-safe
|
||||
${PYSITELIB}/genesis/__init__.py
|
||||
${PYSITELIB}/genesis/__init__.pyc
|
||||
${PYSITELIB}/genesis/__init__.pyo
|
||||
${PYSITELIB}/genesis/main.py
|
||||
${PYSITELIB}/genesis/main.pyc
|
||||
${PYSITELIB}/genesis/main.pyo
|
5
py-genesis/distinfo
Normal file
5
py-genesis/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/08/17 18:03:26 slitvinov Exp $
|
||||
|
||||
SHA1 (genesis-0.1.0.tar.gz) = dd1b06e140fa82a2bd57436b05248c7d5c1b33b9
|
||||
RMD160 (genesis-0.1.0.tar.gz) = 80a8d9508d9046ec049a1f6f13abfcd50e7e7e14
|
||||
Size (genesis-0.1.0.tar.gz) = 6524 bytes
|
Loading…
Reference in a new issue