python-entrypoints: update to 0.3.

This commit is contained in:
maxice8 2019-03-02 22:49:05 -03:00
parent 6eecf82037
commit e988797a98
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'python-entrypoints' # Template file for 'python-entrypoints'
pkgname=python-entrypoints pkgname=python-entrypoints
version=0.2.3 version=0.3
revision=2 revision=1
archs=noarch archs=noarch
wrksrc="entrypoints-${version}" wrksrc="entrypoints-${version}"
build_style=python-module build_style=python-module
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python-backports.configparser" depends="python-backports.configparser"
short_desc="Discover and load entry points from installed packages (Python2)" short_desc="Discover and load entry points from installed packages (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/takluyver/entrypoints"
license="MIT" license="MIT"
homepage="https://github.com/takluyver/entrypoints"
distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz" distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz"
checksum=a628825648fade6fba8dd94cc26e38340ed840fca3e9d5b7b3dbf755b27bbbdd checksum=f26eddc371e37d8e9f6663b77524d6731567f005bd1e4ac950c0e33c48fbc065
pre_build() { pre_build() {
sed -i "s|@VERSION@|${version}|" setup.py sed -i "s|@VERSION@|${version}|" setup.py