pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-awesome-slugify version 1.6.5
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Thu Oct 24 05:17:46 2019 +0200
Changeset: 03f0762aa8d15974a2fe5b4dff238ced2c986eac
Modified Files:
Makefile
Added Files:
py-awesome-slugify/DESCR
py-awesome-slugify/Makefile
py-awesome-slugify/PLIST
py-awesome-slugify/distinfo
Log Message:
Import wip/py-awesome-slugify version 1.6.5
Python flexible slugify function.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03f0762aa8d15974a2fe5b4dff238ced2c986eac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-awesome-slugify/DESCR | 1 +
py-awesome-slugify/Makefile | 17 +++++++++++++++++
py-awesome-slugify/PLIST | 18 ++++++++++++++++++
py-awesome-slugify/distinfo | 6 ++++++
5 files changed, 43 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index da8a2ee4b1..02b66e6af8 100644
--- a/Makefile
+++ b/Makefile
@@ -3168,6 +3168,7 @@ SUBDIR+= py-atpy
SUBDIR+= py-attrdict
SUBDIR+= py-autokey
SUBDIR+= py-automata
+SUBDIR+= py-awesome-slugify
SUBDIR+= py-b3j0f.aop
SUBDIR+= py-backports.csv
SUBDIR+= py-bandicoot
diff --git a/py-awesome-slugify/DESCR b/py-awesome-slugify/DESCR
new file mode 100644
index 0000000000..6f776c75a0
--- /dev/null
+++ b/py-awesome-slugify/DESCR
@@ -0,0 +1 @@
+Python flexible slugify function.
diff --git a/py-awesome-slugify/Makefile b/py-awesome-slugify/Makefile
new file mode 100644
index 0000000000..d6c7a95fb1
--- /dev/null
+++ b/py-awesome-slugify/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= awesome-slugify-1.6.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/awesome-slugify/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dimka665/awesome-slugify
+COMMENT= Python flexible slugify function
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-awesome-slugify/PLIST b/py-awesome-slugify/PLIST
new file mode 100644
index 0000000000..313ca56526
--- /dev/null
+++ b/py-awesome-slugify/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/slugify/__init__.py
+${PYSITELIB}/slugify/__init__.pyc
+${PYSITELIB}/slugify/__init__.pyo
+${PYSITELIB}/slugify/alt_translates.py
+${PYSITELIB}/slugify/alt_translates.pyc
+${PYSITELIB}/slugify/alt_translates.pyo
+${PYSITELIB}/slugify/main.py
+${PYSITELIB}/slugify/main.pyc
+${PYSITELIB}/slugify/main.pyo
+${PYSITELIB}/slugify/tests.py
+${PYSITELIB}/slugify/tests.pyc
+${PYSITELIB}/slugify/tests.pyo
diff --git a/py-awesome-slugify/distinfo b/py-awesome-slugify/distinfo
new file mode 100644
index 0000000000..099556944b
--- /dev/null
+++ b/py-awesome-slugify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (awesome-slugify-1.6.5.tar.gz) = dd94cf2ea3ad32a3e4fcda535fc9efc523427c0d
+RMD160 (awesome-slugify-1.6.5.tar.gz) = b7faf1a2205e60d807b105819d555cefc9182bda
+SHA512 (awesome-slugify-1.6.5.tar.gz) = 3f8cc595cecc2a77b90bb800ea9ce889dbfa40427a4fc843f8f1caf90ddc6baa44d7195e6af2f8853c6038168f29da1d77a4ffd11a38d514140a07e4eb960c11
+Size (awesome-slugify-1.6.5.tar.gz) = 8405 bytes
Home |
Main Index |
Thread Index |
Old Index