[arch-commits] Commit in twine/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 16:28:24 UTC 2019


    Date: Saturday, November 16, 2019 @ 16:28:24
  Author: felixonmars
Revision: 529570

upgpkg: twine 2.0.0-1

Modified:
  twine/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 16:27:27 UTC (rev 529569)
+++ PKGBUILD	2019-11-16 16:28:24 UTC (rev 529570)
@@ -2,21 +2,24 @@
 # Contributor: Chris Warrick <aur at chriswarrick.com>
 
 pkgname=twine
-pkgver=1.15.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
 url='https://pypi.python.org/pypi/twine'
 license=('Apache')
 depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 'python-tqdm'
-         'python-readme-renderer')
+         'python-readme-renderer' 'python-keyring')
+makedepends=('python-setuptools-scm')
 provides=('python-twine')
 conflicts=('python-twine')
 replaces=('python-twine')
 checkdepends=('python-pytest-runner' 'python-pretend')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz")
-sha512sums=('e0eae05c108e1e766a0a8ec684e3423b0537c8aa671675f30403171fd4f48ec65666d407df53f6dd9eefa0b98e5fd2fdf7dbf1f0f9150686c499de131f6f2435')
+sha512sums=('a13d1f3fb547f41356d222befdfa0aa293876844c872222c68d0e6acaa1f97e2f6be9ea0c7815ac054bb826b61679692fa6e9f8eb861c70a1c87b4ede4442f2b')
 
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
 build() {
   cd twine-$pkgver
   python setup.py build



More information about the arch-commits mailing list