pkgsrc-WIP-changes archive

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

Register a dependency on wip/py-unidecode



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Oct 31 21:16:36 2019 +0100
Changeset:	399e7ecc8b7a100e8e9582ecae4fc11ef6a356aa

Modified Files:
	py-awesome-slugify/Makefile
	py-awesome-slugify/distinfo
Added Files:
	py-awesome-slugify/patches/patch-setup.py

Log Message:
Register a dependency on wip/py-unidecode

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=399e7ecc8b7a100e8e9582ecae4fc11ef6a356aa

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

diffstat:
 py-awesome-slugify/Makefile               |  2 ++
 py-awesome-slugify/distinfo               |  1 +
 py-awesome-slugify/patches/patch-setup.py | 15 +++++++++++++++
 3 files changed, 18 insertions(+)

diffs:
diff --git a/py-awesome-slugify/Makefile b/py-awesome-slugify/Makefile
index d6c7a95fb1..586d2e6f2f 100644
--- a/py-awesome-slugify/Makefile
+++ b/py-awesome-slugify/Makefile
@@ -12,6 +12,8 @@ LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	# none
 
+DEPENDS+=	${PYPKGPREFIX}-unidecode>=0.04.14:../../wip/py-unidecode
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-awesome-slugify/distinfo b/py-awesome-slugify/distinfo
index 099556944b..962fad47fd 100644
--- a/py-awesome-slugify/distinfo
+++ b/py-awesome-slugify/distinfo
@@ -4,3 +4,4 @@ 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
+SHA1 (patch-setup.py) = 7190c47727d877bd8a6d882635735cf426c8ec40
diff --git a/py-awesome-slugify/patches/patch-setup.py b/py-awesome-slugify/patches/patch-setup.py
new file mode 100644
index 0000000000..83b51bd43b
--- /dev/null
+++ b/py-awesome-slugify/patches/patch-setup.py
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Relax the dependency on Unicode
+
+--- setup.py.orig	2015-06-05 06:29:19.000000000 +0000
++++ setup.py
+@@ -16,7 +16,7 @@ setup(
+     packages=find_packages(),
+     install_requires=[
+         'regex',
+-        'Unidecode>=0.04.14,<0.05',
++        'Unidecode>=0.04.14',
+     ],
+ 
+     license='GNU GPLv3',


Home | Main Index | Thread Index | Old Index