New package: python-ipython_genutils-0.1.0
This commit is contained in:
parent
e3830936bc
commit
5f4d86e70c
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-ipython_genutils/template
Normal file
33
srcpkgs/python-ipython_genutils/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'python-ipython_genutils'
|
||||
pkgname=python-ipython_genutils
|
||||
version=0.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="ipython_genutils-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="ipython_genutils"
|
||||
short_desc="Vestigial utilities from IPython (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/ipython/ipython_genutils"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/i/ipython_genutils/ipython_genutils-${version}.tar.gz"
|
||||
checksum=3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.md LICENSE
|
||||
}
|
||||
|
||||
python3.4-ipython_genutils_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="ipython_genutils"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense COPYING.md LICENSE
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-ipython_genutils
Symbolic link
1
srcpkgs/python3.4-ipython_genutils
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-ipython_genutils
|
Loading…
Reference in a new issue