pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-python-slugify
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 28 07:57:30 UTC 2019
Modified Files:
pkgsrc/devel/py-python-slugify: ALTERNATIVES Makefile PLIST
Log Message:
py-python-slugify: cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-python-slugify/ALTERNATIVES
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-python-slugify/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-python-slugify/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-python-slugify/ALTERNATIVES
diff -u pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.2 pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.3
--- pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.2 Sat Dec 22 17:14:35 2018
+++ pkgsrc/devel/py-python-slugify/ALTERNATIVES Wed Aug 28 07:57:30 2019
@@ -1 +1 @@
-bin/slugify @PREFIX@/bin/slugify@PYVERSSUFFIX@
+bin/slugify @PREFIX@/bin/slugify-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-python-slugify/Makefile
diff -u pkgsrc/devel/py-python-slugify/Makefile:1.6 pkgsrc/devel/py-python-slugify/Makefile:1.7
--- pkgsrc/devel/py-python-slugify/Makefile:1.6 Wed Aug 28 05:42:15 2019
+++ pkgsrc/devel/py-python-slugify/Makefile Wed Aug 28 07:57:30 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/08/28 05:42:15 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/08/28 07:57:30 adam Exp $
DISTNAME= python-slugify-3.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-slugify/}
@@ -11,14 +11,13 @@ HOMEPAGE= https://github.com/un33k/pytho
COMMENT= Slugify (non-ASCII to ASCII) application that handles Unicode
LICENSE= mit
-USE_LANGUAGES= # none
-
DEPENDS+= ${PYPKGPREFIX}-text-unidecode>=1.2:../../textproc/py-text-unidecode
+USE_LANGUAGES= # none
+
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/slugify \
- ${DESTDIR}${PREFIX}/bin/slugify${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} slugify slugify-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-python-slugify/PLIST
diff -u pkgsrc/devel/py-python-slugify/PLIST:1.1 pkgsrc/devel/py-python-slugify/PLIST:1.2
--- pkgsrc/devel/py-python-slugify/PLIST:1.1 Sun Sep 23 18:16:24 2018
+++ pkgsrc/devel/py-python-slugify/PLIST Wed Aug 28 07:57:30 2019
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2018/09/23 18:16:24 taca Exp $
-bin/slugify${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.2 2019/08/28 07:57:30 adam Exp $
+bin/slugify-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Home |
Main Index |
Thread Index |
Old Index