Import py27-jewish-0.1 as wip/py-jewish.
Jewish calendar calculations
This commit is contained in:
parent
a118fabb4f
commit
30d9c5786e
4 changed files with 31 additions and 0 deletions
1
py-jewish/DESCR
Normal file
1
py-jewish/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Jewish calendar calculations
|
18
py-jewish/Makefile
Normal file
18
py-jewish/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/11/21 13:49:00 jihbed Exp $
|
||||
|
||||
DISTNAME= jewish-0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= time python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/j/jewish/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://github.com/emosenkis/jewish
|
||||
COMMENT= Jewish calendar calculations
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
py-jewish/PLIST
Normal file
7
py-jewish/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/11/21 13:49:00 jihbed Exp $
|
||||
${PYSITELIB}/jewish/__init__.py
|
||||
${PYSITELIB}/jewish/__init__.pyc
|
||||
${PYSITELIB}/jewish/__init__.pyo
|
||||
${PYSITELIB}/jewish/date.py
|
||||
${PYSITELIB}/jewish/date.pyc
|
||||
${PYSITELIB}/jewish/date.pyo
|
5
py-jewish/distinfo
Normal file
5
py-jewish/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/11/21 13:49:00 jihbed Exp $
|
||||
|
||||
SHA1 (jewish-0.1.tar.gz) = 849792de494560887d1de5a1aa5b4a37419843bf
|
||||
RMD160 (jewish-0.1.tar.gz) = 3bb5a41cc0c90e05e6e90b18d17a4350d6d521d9
|
||||
Size (jewish-0.1.tar.gz) = 5296 bytes
|
Loading…
Reference in a new issue