pkgsrc-WIP-changes archive

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

py-stem: remove, unfetchable



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Aug 20 15:58:47 2018 +0200
Changeset:	5e85f30b85db33650aeb8723cb37722b7fe584b2

Modified Files:
	Makefile
Removed Files:
	py-stem/DESCR
	py-stem/Makefile
	py-stem/PLIST
	py-stem/distinfo
	py-stem/patches/patch-aa

Log Message:
py-stem: remove, unfetchable

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

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

diffstat:
 Makefile                 |  1 -
 py-stem/DESCR            |  7 -------
 py-stem/Makefile         | 30 ------------------------------
 py-stem/PLIST            |  3 ---
 py-stem/distinfo         |  6 ------
 py-stem/patches/patch-aa | 18 ------------------
 6 files changed, 65 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fd3ed077d0..2b158e1fd8 100644
--- a/Makefile
+++ b/Makefile
@@ -3737,7 +3737,6 @@ SUBDIR+=	py-ssp
 SUBDIR+=	py-stache
 SUBDIR+=	py-statgrap
 SUBDIR+=	py-statsd
-SUBDIR+=	py-stem
 SUBDIR+=	py-storm
 SUBDIR+=	py-strategies
 SUBDIR+=	py-sumatra
diff --git a/py-stem/DESCR b/py-stem/DESCR
deleted file mode 100644
index fbc7f66b97..0000000000
--- a/py-stem/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Binding of the Porter stemming algorithm to Python.
-
-Example usage:
-
-	import Stem, sys
-	print Stem.stem("pythonic")
-	print Stem.delete_stop_words(sys.copyright)
diff --git a/py-stem/Makefile b/py-stem/Makefile
deleted file mode 100644
index 4891fd0998..0000000000
--- a/py-stem/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/10/07 13:27:23 asau Exp $
-#
-
-DISTNAME=		PyStem-1.0.4
-PKGNAME=		${PYPKGPREFIX}-stem-1.0.4
-CATEGORIES=		devel
-MASTER_SITES=		http://www.alobbs.com//pystem/
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://www.alobbs.com//pystem/
-COMMENT=		Binding of the Porter stemming algorithm to Python
-
-PY_PATCHPLIST=		# defined
-# How the heck do I get Python include directory?!
-CFLAGS+=		-I. -I${PREFIX}/include/python${PYVERSSUFFIX}
-
-PY_STEM_FILES=		stem py-c-stem stopwords stoplist
-
-do-build:
-	for a in ${PY_STEM_FILES}; do \
-		( cd ${WRKSRC} && ${CC} ${CFLAGS} -c $$a.c ); \
-	done
-	cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o _pyStem.so *.o
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/_pyStem.so ${DESTDIR}${PREFIX}/${PYSITELIB}/_pyStem.so
-	${INSTALL_DATA} ${WRKSRC}/Stem.py ${DESTDIR}${PREFIX}/${PYSITELIB}/Stem.py
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-stem/PLIST b/py-stem/PLIST
deleted file mode 100644
index 063248d518..0000000000
--- a/py-stem/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/04 06:52:00 mpasternak Exp $
-${PYSITELIB}/_pyStem.so
-${PYSITELIB}/Stem.py
diff --git a/py-stem/distinfo b/py-stem/distinfo
deleted file mode 100644
index 3526775690..0000000000
--- a/py-stem/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/09/28 06:41:39 rillig Exp $
-
-SHA1 (PyStem-1.0.4.tar.gz) = 9d7509b2b9e69028526a0d66dc66873b71ce809e
-RMD160 (PyStem-1.0.4.tar.gz) = 881608125f9c6bd22c3604115f4d4fe6cb4be540
-Size (PyStem-1.0.4.tar.gz) = 10041 bytes
-SHA1 (patch-aa) = cab9142c3e79dc223ded705024c2d192c1503805
diff --git a/py-stem/patches/patch-aa b/py-stem/patches/patch-aa
deleted file mode 100644
index 87a8e83aad..0000000000
--- a/py-stem/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/04 06:52:00 mpasternak Exp $
-
---- py-c-stem.c~	Wed Jun 26 09:40:01 2002
-+++ py-c-stem.c	Sun Jan  4 06:43:10 2004
-@@ -24,12 +24,7 @@
- 
- #include <stem.h>
- #include <stoplist.h>
--
--#ifdef PYTHON22
--  #include <python2.2/Python.h>
--#else
--  #include <python/Python.h>
--#endif
-+#include <Python.h>
- 
- static PyObject *stem_stem        (PyObject *self, PyObject *args);
- static PyObject *stem_is_stopword (PyObject *self, PyObject *args);


Home | Main Index | Thread Index | Old Index