New Package: python-enum34.
This commit is contained in:
parent
b2d2a8af9d
commit
5261b3c9de
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python-enum34'
|
||||
pkgname=python-enum34
|
||||
version=1.0
|
||||
revision=1
|
||||
distfiles="https://pypi.python.org/packages/source/e/enum34/enum34-${version}.tar.gz"
|
||||
checksum="384b593703b057e0b19d90ff62844b1c8796da2e6bd9957d6ce9119bdeade635"
|
||||
build_style="python-module"
|
||||
pycompile_module="enum34"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
makedepends="${hostmakedepends}"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="http://pypi.python.org/pypi/enum34"
|
||||
license="BSD"
|
||||
short_desc="Python 3.4 Enum backported"
|
||||
wrksrc="enum34-${version}"
|
Loading…
Reference in New Issue