Import py27-functions-0.5.1 as wip/py-functions.
Functional programming in Python
This commit is contained in:
parent
994350085d
commit
0cc3dabe70
4 changed files with 30 additions and 0 deletions
1
py-functions/DESCR
Normal file
1
py-functions/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Functional programming in Python
|
16
py-functions/Makefile
Normal file
16
py-functions/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/04/18 17:58:24 jihbed Exp $
|
||||
|
||||
DISTNAME= functions-0.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/f/functions/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://github.com/creese/functions
|
||||
COMMENT= Functional programming in Python
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
py-functions/PLIST
Normal file
8
py-functions/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/04/18 17:58:24 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/functions/__init__.py
|
||||
${PYSITELIB}/functions/__init__.pyc
|
||||
${PYSITELIB}/functions/__init__.pyo
|
5
py-functions/distinfo
Normal file
5
py-functions/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/04/18 17:58:24 jihbed Exp $
|
||||
|
||||
SHA1 (functions-0.5.1.tar.gz) = 609426c322efa4b46d853f92bc0f15c685d377ba
|
||||
RMD160 (functions-0.5.1.tar.gz) = 3f66e4eda6cca44ffa7947fb1ced26d3b477e2e5
|
||||
Size (functions-0.5.1.tar.gz) = 2441 bytes
|
Loading…
Reference in a new issue