python-traitlets: update to 4.3.3.
This commit is contained in:
parent
c84e7ce7e1
commit
f4d20363e3
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-traitlets'
|
# Template file for 'python-traitlets'
|
||||||
pkgname=python-traitlets
|
pkgname=python-traitlets
|
||||||
version=4.3.2
|
version=4.3.3
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="traitlets-${version}"
|
wrksrc="traitlets-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="traitlets"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-decorator python-ipython_genutils python-six python-enum34"
|
depends="python-decorator python-ipython_genutils python-six python-enum34"
|
||||||
pycompile_module="traitlets"
|
|
||||||
short_desc="Configuration system for Python2 applications"
|
short_desc="Configuration system for Python2 applications"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ipython/traitlets"
|
homepage="https://github.com/ipython/traitlets"
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
||||||
checksum=9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835
|
checksum=d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue