pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-inflect



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 07:12:05 UTC 2020

Added Files:
        pkgsrc/lang/py-inflect: DESCR Makefile PLIST distinfo

Log Message:
lang/py-inflect: import py-inflect-4.1.0

This python module provides plural inflections, singular noun
inflections, "a"/"a"” selection for English words, and manipulation
of numbers as words.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-inflect/DESCR \
    pkgsrc/lang/py-inflect/Makefile pkgsrc/lang/py-inflect/PLIST \
    pkgsrc/lang/py-inflect/distinfo

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

Added files:

Index: pkgsrc/lang/py-inflect/DESCR
diff -u /dev/null pkgsrc/lang/py-inflect/DESCR:1.1
--- /dev/null   Thu Mar 12 07:12:05 2020
+++ pkgsrc/lang/py-inflect/DESCR        Thu Mar 12 07:12:05 2020
@@ -0,0 +1,3 @@
+This python module provides plural inflections, singular noun
+inflections, "a"/"a"” selection for English words, and manipulation
+of numbers as words.
Index: pkgsrc/lang/py-inflect/Makefile
diff -u /dev/null pkgsrc/lang/py-inflect/Makefile:1.1
--- /dev/null   Thu Mar 12 07:12:06 2020
+++ pkgsrc/lang/py-inflect/Makefile     Thu Mar 12 07:12:05 2020
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/03/12 07:12:05 wiz Exp $
+
+DISTNAME=      inflect-4.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    lang python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/inflect/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jazzband/inflect
+COMMENT=       Correctly generate plurals, ordinals, indefinite articles for English
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+
+.include "../../lang/python/pyversion.mk"
+
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+.endif
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-inflect/PLIST
diff -u /dev/null pkgsrc/lang/py-inflect/PLIST:1.1
--- /dev/null   Thu Mar 12 07:12:06 2020
+++ pkgsrc/lang/py-inflect/PLIST        Thu Mar 12 07:12:05 2020
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/12 07:12:05 wiz Exp $
+${PYSITELIB}/inflect.pyo
+${PYSITELIB}/inflect.pyc
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/inflect.py
Index: pkgsrc/lang/py-inflect/distinfo
diff -u /dev/null pkgsrc/lang/py-inflect/distinfo:1.1
--- /dev/null   Thu Mar 12 07:12:06 2020
+++ pkgsrc/lang/py-inflect/distinfo     Thu Mar 12 07:12:05 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/12 07:12:05 wiz Exp $
+
+SHA1 (inflect-4.1.0.tar.gz) = 68cdf232803aa97251a28703d1a653265969f2bf
+RMD160 (inflect-4.1.0.tar.gz) = 36bd9c440d318648ef7eaf2037ad349064979e52
+SHA512 (inflect-4.1.0.tar.gz) = 9a2ba4777f01475390976f3ac28f046d39d1f86cfdafd161cc7c8d33526aca35d44e6598ccf2a0b68d3511a64b67ed0991b51c78bda8f279cd706fd29a3fa514
+Size (inflect-4.1.0.tar.gz) = 72200 bytes



Home | Main Index | Thread Index | Old Index