New package: python-traitlets-4.0.0
This commit is contained in:
28
srcpkgs/python-traitlets/template
Normal file
28
srcpkgs/python-traitlets/template
Normal file
@@ -0,0 +1,28 @@
|
||||
# Template file for 'python-traitlets'
|
||||
pkgname=python-traitlets
|
||||
version=4.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="traitlets-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-decorator python-ipython_genutils"
|
||||
pycompile_module="traitlets"
|
||||
short_desc="Configuration system for Python2 applications"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/ipython/traitlets"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
||||
checksum=0b140b4a94a4f1951887d9bce4650da211f79600fc9fdb422acc90c5bbe0233b
|
||||
|
||||
python3.4-traitlets_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-decorator python3.4-ipython_genutils"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="traitlets"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
||||
1
srcpkgs/python-traitlets/update
Normal file
1
srcpkgs/python-traitlets/update
Normal file
@@ -0,0 +1 @@
|
||||
ignore="*b* *dev*"
|
||||
1
srcpkgs/python3.4-traitlets
Symbolic link
1
srcpkgs/python3.4-traitlets
Symbolic link
@@ -0,0 +1 @@
|
||||
python-traitlets
|
||||
Reference in New Issue
Block a user