Import py26-aopython-1.0.3 as wip/py-aopython.
Aspect Oriented Python
This commit is contained in:
parent
1c587d9a00
commit
3c016ea772
4 changed files with 37 additions and 0 deletions
1
py-aopython/DESCR
Normal file
1
py-aopython/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Aspect Oriented Python
|
21
py-aopython/Makefile
Normal file
21
py-aopython/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 12:08:02 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= AOPython-1.0.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/AOP/aop/}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/A/AOPython/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://pieces.openpolitics.com/?s=AOPython
|
||||
COMMENT= Aspect Oriented Python
|
||||
LICENSE= python-software-foundation
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
py-aopython/PLIST
Normal file
10
py-aopython/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/31 12:08:02 jihbed Exp $
|
||||
${PYSITELIB}/aopython.py
|
||||
${PYSITELIB}/aopython.pyc
|
||||
${PYSITELIB}/aopython.pyo
|
||||
${PYSITELIB}/aopythonexamples.py
|
||||
${PYSITELIB}/aopythonexamples.pyc
|
||||
${PYSITELIB}/aopythonexamples.pyo
|
||||
${PYSITELIB}/aopythontest.py
|
||||
${PYSITELIB}/aopythontest.pyc
|
||||
${PYSITELIB}/aopythontest.pyo
|
5
py-aopython/distinfo
Normal file
5
py-aopython/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/31 12:08:02 jihbed Exp $
|
||||
|
||||
SHA1 (AOPython-1.0.3.zip) = 752157e87291648ecf6b4f3b789c9496a36d28d9
|
||||
RMD160 (AOPython-1.0.3.zip) = 060adf5b3103e3dbbeb8f3a65c093af754ab289c
|
||||
Size (AOPython-1.0.3.zip) = 13443 bytes
|
Loading…
Reference in a new issue