pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-python-slugify devel/py-python-slugify: add v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8bc6dd816c1
branches: trunk
changeset: 313217:e8bc6dd816c1
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 23 18:16:24 2018 +0000
description:
devel/py-python-slugify: add version 1.2.5
Required by newer devel/transifex-client.
Overview
--------
A Python **slugify** application that handles **unicode**.
diffstat:
devel/py-python-slugify/ALTERNATIVES | 1 +
devel/py-python-slugify/DESCR | 4 ++++
devel/py-python-slugify/Makefile | 23 +++++++++++++++++++++++
devel/py-python-slugify/PLIST | 14 ++++++++++++++
devel/py-python-slugify/distinfo | 6 ++++++
5 files changed, 48 insertions(+), 0 deletions(-)
diffs (68 lines):
diff -r 32d62d400295 -r e8bc6dd816c1 devel/py-python-slugify/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-python-slugify/ALTERNATIVES Sun Sep 23 18:16:24 2018 +0000
@@ -0,0 +1,1 @@
+bin/slugify bin/slugify@PYVERSSUFFIX@
diff -r 32d62d400295 -r e8bc6dd816c1 devel/py-python-slugify/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-python-slugify/DESCR Sun Sep 23 18:16:24 2018 +0000
@@ -0,0 +1,4 @@
+Overview
+--------
+
+A Python **slugify** application that handles **unicode**.
diff -r 32d62d400295 -r e8bc6dd816c1 devel/py-python-slugify/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-python-slugify/Makefile Sun Sep 23 18:16:24 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/09/23 18:16:24 taca Exp $
+
+DISTNAME= python-slugify-1.2.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-slugify/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/un33k/python-slugify
+COMMENT= Slugify application that handles Unicode
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+= ${PYPKGPREFIX}-Unidecode>=0.04.16:../../textproc/py-Unidecode
+
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/slugify \
+ ${DESTDIR}${PREFIX}/bin/slugify${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 32d62d400295 -r e8bc6dd816c1 devel/py-python-slugify/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-python-slugify/PLIST Sun Sep 23 18:16:24 2018 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/23 18:16:24 taca Exp $
+bin/slugify${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/slugify/__init__.py
+${PYSITELIB}/slugify/__init__.pyc
+${PYSITELIB}/slugify/__init__.pyo
+${PYSITELIB}/slugify/slugify.py
+${PYSITELIB}/slugify/slugify.pyc
+${PYSITELIB}/slugify/slugify.pyo
diff -r 32d62d400295 -r e8bc6dd816c1 devel/py-python-slugify/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-python-slugify/distinfo Sun Sep 23 18:16:24 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/23 18:16:24 taca Exp $
+
+SHA1 (python-slugify-1.2.5.tar.gz) = 3fddf3c2f5eb6a9fe86b08375f07d4b1cb9075b8
+RMD160 (python-slugify-1.2.5.tar.gz) = 602eed0834e88dd20a466cc7969c6b726bb1ac41
+SHA512 (python-slugify-1.2.5.tar.gz) = 9a4ec9dadeff708a62b40a71dc0fff60d218139c49d7a02fdd09d8eebe810d78b56a59a4c627b158874214861709c59dc07470245fbbeadbe4f02937d14e6a3c
+Size (python-slugify-1.2.5.tar.gz) = 6594 bytes
Home |
Main Index |
Thread Index |
Old Index