pkgsrc/converters/py-unicode-slugify/Makefile
nia d01d2d68af converters: Add py-unicode-slugify
Unicode Slugify is a slugifier that generates unicode slugs. It was originally
used in the Firefox Add-ons web site to generate slugs for add-ons and add-on
collections. Many of these add-ons and collections had unicode characters
and required more than simple transliteration.
2020-05-01 17:50:59 +00:00

17 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/01 17:50:59 nia Exp $
DISTNAME= unicode-slugify-0.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/unicode-slugify/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mozilla/unicode-slugify
COMMENT= Slug generator that turns strings into unicode slugs
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"