diff --git a/srcpkgs/python-keyring/template b/srcpkgs/python-keyring/template index 60d22cb26c2..df1c21ee1be 100644 --- a/srcpkgs/python-keyring/template +++ b/srcpkgs/python-keyring/template @@ -1,6 +1,6 @@ # Template file for 'python-keyring' pkgname=python-keyring -version=18.0.0 +version=18.0.1 revision=1 archs=noarch wrksrc="keyring-${version}" @@ -14,15 +14,9 @@ license="MIT" homepage="https://github.com/jaraco/keyring" changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" -checksum=12833d2b05d2055e0e25931184af9cd6a738f320a2264853cabbd8a3a0f0b65d +checksum=67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838 alternatives="keyring:keyring:/usr/bin/keyring2" -pre_build() { - sed -e '/setuptools_scm/d' \ - -e "s/use_scm_version=True,/version=\"${version}\",/" \ - -i setup.py -} - post_install() { vlicense LICENSE }