python-entrypoints: update to 0.3.
This commit is contained in:
parent
6eecf82037
commit
e988797a98
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-entrypoints'
|
||||
pkgname=python-entrypoints
|
||||
version=0.2.3
|
||||
revision=2
|
||||
version=0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="entrypoints-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python-backports.configparser"
|
||||
short_desc="Discover and load entry points from installed packages (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/takluyver/entrypoints"
|
||||
license="MIT"
|
||||
homepage="https://github.com/takluyver/entrypoints"
|
||||
distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz"
|
||||
checksum=a628825648fade6fba8dd94cc26e38340ed840fca3e9d5b7b3dbf755b27bbbdd
|
||||
checksum=f26eddc371e37d8e9f6663b77524d6731567f005bd1e4ac950c0e33c48fbc065
|
||||
|
||||
pre_build() {
|
||||
sed -i "s|@VERSION@|${version}|" setup.py
|
||||
|
|
Loading…
Reference in a new issue