New package: python-six-1.2.0.
This commit is contained in:
parent
21b10cecf8
commit
3c811024e0
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python-six'
|
||||
pkgname=python-six
|
||||
version=1.2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_module="six.py"
|
||||
wrksrc="six-${version}"
|
||||
build_style=python-module
|
||||
depends="python>=2.7"
|
||||
makedepends="python-devel python-distribute"
|
||||
crossmakedepends="python-devel"
|
||||
short_desc="Python 2 and 3 compatibility utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://pypi.python.org/pypi/six"
|
||||
license="MIT"
|
||||
distfiles="http://pypi.python.org/packages/source/s/six/six-${version}.tar.gz"
|
||||
checksum=4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3
|
Loading…
Reference in New Issue