pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-regex: remove, newer version in textproc/py-regex



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Sep 30 00:11:22 2017 +0200
Changeset:	e8348fd351d3334b12c1b7e38362fd25c024edde

Modified Files:
	Makefile
Removed Files:
	py-regex/DESCR
	py-regex/Makefile
	py-regex/PLIST
	py-regex/distinfo

Log Message:
py-regex: remove, newer version in textproc/py-regex

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8348fd351d3334b12c1b7e38362fd25c024edde

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  5 ++++-
 py-regex/DESCR    |  1 -
 py-regex/Makefile | 22 ----------------------
 py-regex/PLIST    | 15 ---------------
 py-regex/distinfo |  6 ------
 5 files changed, 4 insertions(+), 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 90a51953c8..8de61cd9b4 100644
--- a/Makefile
+++ b/Makefile
@@ -896,6 +896,8 @@ SUBDIR+=	gcr
 SUBDIR+=	gdal-docs
 SUBDIR+=	gdal-grass
 SUBDIR+=	gdb-git
+SUBDIR+=	gdb5
+SUBDIR+=	gdb6
 SUBDIR+=	gde
 SUBDIR+=	gdm
 SUBDIR+=	gdvb
@@ -943,6 +945,7 @@ SUBDIR+=	givaro
 SUBDIR+=	gjots2
 SUBDIR+=	gjs
 SUBDIR+=	gksu
+SUBDIR+=	gl2ps
 SUBDIR+=	glade2-nognome
 SUBDIR+=	gle
 SUBDIR+=	glib-java
@@ -3559,7 +3562,6 @@ SUBDIR+=	py-recluse
 SUBDIR+=	py-recommonmark
 SUBDIR+=	py-redbaron
 SUBDIR+=	py-reducer
-SUBDIR+=	py-regex
 SUBDIR+=	py-remctl
 SUBDIR+=	py-report
 SUBDIR+=	py-repositoryhandler
@@ -3840,6 +3842,7 @@ SUBDIR+=	qmpdclient
 SUBDIR+=	qn-x11
 SUBDIR+=	qrint
 SUBDIR+=	qrq
+SUBDIR+=	qrupdate
 SUBDIR+=	qt4-gstreamer
 SUBDIR+=	qt4-libqtlua
 SUBDIR+=	qt5
diff --git a/py-regex/DESCR b/py-regex/DESCR
deleted file mode 100644
index 267d36ffec..0000000000
--- a/py-regex/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Alternative regular expression module, to replace re
diff --git a/py-regex/Makefile b/py-regex/Makefile
deleted file mode 100644
index 62fa9ea7c9..0000000000
--- a/py-regex/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	regex-2017.02.08
-PKGNAME=	${PYPKGPREFIX}-regex-20170208
-CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_PYPI:=r/regex/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://bitbucket.org/mrabarnett/mrab-regex
-COMMENT=	Alternative regular expression module, to replace re
-LICENSE=	python-software-foundation
-
-WRKSRC=	${WRKDIR}/regex-2017.02.08
-
-PYDISTUTILSPKG=	yes
-
-do-test:
-	${RUN} cd ${WRKSRC}/Python2; \
-		${SETENV} ${TEST_ENV} ${PYTHONBIN} test_regex.py
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-regex/PLIST b/py-regex/PLIST
deleted file mode 100644
index bb272b2d6e..0000000000
--- a/py-regex/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/_regex.so
-${PYSITELIB}/_regex_core.py
-${PYSITELIB}/_regex_core.pyc
-${PYSITELIB}/_regex_core.pyo
-${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/top_level.txt
-${PYSITELIB}/regex.py
-${PYSITELIB}/regex.pyc
-${PYSITELIB}/regex.pyo
-${PYSITELIB}/test_regex.py
-${PYSITELIB}/test_regex.pyc
-${PYSITELIB}/test_regex.pyo
diff --git a/py-regex/distinfo b/py-regex/distinfo
deleted file mode 100644
index 859dd623a0..0000000000
--- a/py-regex/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/06/14 22:52:11 jihbed Exp $
-
-SHA1 (regex-2017.02.08.tar.gz) = 01ac11015fd482288f928e8bd5d8ec7949d60124
-RMD160 (regex-2017.02.08.tar.gz) = 3aee9670a4554ae0b81fbc38edf744890ff6f4f3
-SHA512 (regex-2017.02.08.tar.gz) = 1a4062eb1d598fcd02043cc328bc4273846f2dfc64ec4e83c34edd73226fd2f05c7d192d299bdf84098c6a2b1fb5dcd1c97fa545fb65673a45b72cd82fdcaaef
-Size (regex-2017.02.08.tar.gz) = 600957 bytes


Home | Main Index | Thread Index | Old Index