[arch-commits] Commit in twine/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 15 19:03:13 UTC 2020


    Date: Saturday, August 15, 2020 @ 19:03:12
  Author: felixonmars
Revision: 679809

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
    (from rev 679808, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-15 19:03:03 UTC (rev 679808)
+++ PKGBUILD	2020-08-15 19:03:12 UTC (rev 679809)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Chris Warrick <aur at chriswarrick.com>
-
-pkgname=twine
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-depends=('python-pkginfo' 'python-readme-renderer' 'python-requests' 'python-requests-toolbelt'
-         'python-setuptools' 'python-tqdm' 'python-keyring')
-makedepends=('python-setuptools-scm')
-checkdepends=('git' 'python-munch' 'python-jaraco.envs' 'python-portend' 'python-pretend'
-              'python-pytest-services')
-provides=('python-twine')
-conflicts=('python-twine')
-replaces=('python-twine')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz")
-sha512sums=('446b36a1816db6131e279bda26e62c58f9659d86178d498ebb9f7c5287b61cf969e625debe4b4cb1e32832e0eecbcedcf4913319ae0bf7eb287f56e550d33ed9')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd twine-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd twine-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd twine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}

Copied: twine/repos/community-any/PKGBUILD (from rev 679808, twine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-15 19:03:12 UTC (rev 679809)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Chris Warrick <aur at chriswarrick.com>
+
+pkgname=twine
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+depends=('python-pkginfo' 'python-readme-renderer' 'python-requests' 'python-requests-toolbelt'
+         'python-setuptools' 'python-tqdm' 'python-keyring' 'python-rfc3986' 'python-colorama')
+makedepends=('python-setuptools-scm')
+checkdepends=('git' 'python-munch' 'python-jaraco.envs' 'python-portend' 'python-pretend'
+              'python-pytest-cov' 'python-pytest-services')
+provides=('python-twine')
+conflicts=('python-twine')
+replaces=('python-twine')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz")
+sha512sums=('9959430913ea570d22f2d8b94e929af36b409b71691b3f66de8ddb77cfbfbe36590e21a6062db2a4a4f56ce2eb96984b0a474a93ea96b7734f53ada7a6411c28')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd twine-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd twine-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd twine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}



More information about the arch-commits mailing list