Register a dependency on wip/py-unidecode

This commit is contained in:
Pierre Pronchery 2019-10-31 21:16:36 +01:00
parent 5f0341e015
commit 399e7ecc8b
3 changed files with 18 additions and 0 deletions

View File

@ -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"

View File

@ -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

View File

@ -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',