From e988797a98ba9fc939bae8dc1c7525e10c077d0b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 2 Mar 2019 22:49:05 -0300 Subject: [PATCH] python-entrypoints: update to 0.3. --- srcpkgs/python-entrypoints/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-entrypoints/template b/srcpkgs/python-entrypoints/template index 214835d8347..ebefb2d04dc 100644 --- a/srcpkgs/python-entrypoints/template +++ b/srcpkgs/python-entrypoints/template @@ -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 " -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