Update Version 20131026 now
This commit is contained in:
parent
d1527e4ce9
commit
66b6787be7
2 changed files with 10 additions and 9 deletions
|
@ -1,17 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:29 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.3 2013/11/05 17:42:28 jihbed Exp $
|
||||
|
||||
DISTNAME= regex-0.1.20120803
|
||||
DISTNAME= regex-2013-10-26
|
||||
PKGNAME= ${PYPKGPREFIX}-regex-20131026
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/r/regex/
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/r/regex/
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://code.google.com/p/mrab-regex-hg
|
||||
COMMENT= Alternative regular expression module, to replace re
|
||||
LICENSE= python-software-foundation
|
||||
|
||||
WRKSRC= ${WRKDIR}/regex-0.1.20120803
|
||||
|
||||
PYTHON_VERSIONS_INCLUDE_3X=yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/08/25 16:26:23 jihbed Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/11/05 17:42:28 jihbed Exp $
|
||||
|
||||
SHA1 (regex-0.1.20120803.tar.gz) = f9d7a52737b5d7fce6a7e83aebbd65ea94f31fdf
|
||||
RMD160 (regex-0.1.20120803.tar.gz) = 7bfa4aafa6759582e0bf5aead1b085eebb0d1eb3
|
||||
Size (regex-0.1.20120803.tar.gz) = 1136512 bytes
|
||||
SHA1 (regex-2013-10-26.tar.gz) = 491979eebe71c0cf89071c811fb56b2142a280a9
|
||||
RMD160 (regex-2013-10-26.tar.gz) = be53c1053c38c55bbb3a4af754d468130f6bbff4
|
||||
Size (regex-2013-10-26.tar.gz) = 1185545 bytes
|
||||
|
|
Loading…
Reference in a new issue