summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 77596dbca0ff1bbbe4201b433b1321390185e276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by mksrcinfo v8
# Mon Mar 11 13:49:36 UTC 2019
pkgbase = python-slugify
	pkgdesc = A Python slugify application that handles unicode
	pkgver = 3.0.0
	pkgrel = 1
	url = https://github.com/un33k/python-slugify
	arch = any
	license = BSD
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://github.com/un33k/python-slugify/archive/3.0.0.tar.gz
	md5sums = 0d812434bbc4a5ec286951ec85ddd3dc
	sha256sums = 73dc2a8df9e211c89b783388ab59feef852c15755342dcad50c3fee947f9eeeb

pkgname = python-slugify
	depends = python
	depends = python-text-unidecode
	optdepends = python-unidecode: Unidecode support

pkgname = python2-slugify
	depends = python2
	depends = python2-text-unidecode
	optdepends = python2-unidecode: Unidecode support