svn commit: r435539 - in head/textproc: . py-pystemmer py3-pystemmer
Steven Kreuzer
skreuzer at FreeBSD.org
Mon Mar 6 14:46:06 UTC 2017
Author: skreuzer
Date: Mon Mar 6 14:46:04 2017
New Revision: 435539
URL: https://svnweb.freebsd.org/changeset/ports/435539
Log:
Create py3- variant
Assign maintainership to dbaio at bsd.com.br
PR: 217466
Submitted by: Danilo G. Baio <dbaio at bsd.com.br>
Added:
head/textproc/py3-pystemmer/
head/textproc/py3-pystemmer/Makefile (contents, props changed)
Modified:
head/textproc/Makefile
head/textproc/py-pystemmer/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Mar 6 14:15:28 2017 (r435538)
+++ head/textproc/Makefile Mon Mar 6 14:46:04 2017 (r435539)
@@ -1372,6 +1372,7 @@
SUBDIR += py3-hunspell
SUBDIR += py3-libxml2
SUBDIR += py3-pager
+ SUBDIR += py3-pystemmer
SUBDIR += py3-sphinx_rtd_theme
SUBDIR += pychm
SUBDIR += qprint
Modified: head/textproc/py-pystemmer/Makefile
==============================================================================
--- head/textproc/py-pystemmer/Makefile Mon Mar 6 14:15:28 2017 (r435538)
+++ head/textproc/py-pystemmer/Makefile Mon Mar 6 14:46:04 2017 (r435539)
@@ -10,13 +10,13 @@ MASTER_SITES= CHEESESHOP \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyStemmer-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= dbaio at bsd.com.br
COMMENT= Snowball Stemming Algorithms for Information Retrieval
LICENSE= MIT BSD3CLAUSE
LICENSE_COMB= dual
-USES= python
+USES?= python
USE_PYTHON= distutils autoplist
post-install:
Added: head/textproc/py3-pystemmer/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py3-pystemmer/Makefile Mon Mar 6 14:46:04 2017 (r435539)
@@ -0,0 +1,8 @@
+# Created by: Danilo G. Baio <dbaio at bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-pystemmer
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list