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

Felix Yan felixonmars at archlinux.org
Thu Sep 27 15:36:36 UTC 2018


    Date: Thursday, September 27, 2018 @ 15:36:35
  Author: felixonmars
Revision: 386480

upgpkg: twine 1.12.1-1

Modified:
  twine/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 15:35:45 UTC (rev 386479)
+++ PKGBUILD	2018-09-27 15:36:35 UTC (rev 386480)
@@ -3,8 +3,8 @@
 
 pkgbase=twine
 pkgname=('twine' 'python2-twine')
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
 url='https://pypi.python.org/pypi/twine'
@@ -11,10 +11,10 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests-toolbelt'
              'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 'python-tqdm'
-             'python2-tqdm')
+             'python2-tqdm' 'python-readme-renderer' 'python2-readme-renderer' 'python2-pyblake2')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 'python2-pretend')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz")
-sha512sums=('28e588f26b59bc9f4a8481caf2353934ad6927734762ffebb4416c147ec9e6dffb37092def20a76eb888c94b27f97e013dacc42c63e5dcda30f4290bb6c90a22')
+sha512sums=('b9ff2d80c4fe484fd89c9d5edd79d79818ba8ff7dc9a1f598f4f7a6cc97c9be2e38e91234b044fe528be2839c5c045d10c68c83962d197b5790978954c1d00ea')
 
 prepare() {
   cp -a twine-$pkgver{,-py2}
@@ -37,7 +37,8 @@
 }
 
 package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 'python-tqdm')
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 'python-tqdm'
+           'python-readme-renderer')
   provides=('python-twine')
   conflicts=('python-twine')
   replaces=('python-twine')
@@ -48,7 +49,8 @@
 }
 
 package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 'python2-tqdm')
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 'python2-tqdm'
+           'python2-readme-renderer' 'python2-pyblake2')
 
   cd twine-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list