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

2020-12-25 Thread Felix Yan via arch-commits
Date: Friday, December 25, 2020 @ 12:20:39
  Author: felixonmars
Revision: 790748

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 12:20:28 UTC (rev 790747)
+++ PKGBUILD2020-12-25 12:20:39 UTC (rev 790748)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=3.2.0
-pkgrel=2
-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
-}

Copied: twine/repos/community-any/PKGBUILD (from rev 790747, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-25 12:20:39 UTC (rev 790748)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=3.3.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' 
'python-pytest-socket')
+provides=('python-twine')
+conflicts=('python-twine')
+replaces=('python-twine')
+source=("https://github.com/pypa/twine/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('94fc7a9b3f2b5fc7c06baf55debf4fd55f6a2b4c4321c9bff46b844166769ce8bdcab10355c4967998149b62e13b26e11a30ff66042bfdd5af24d448321fd291')
+
+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
+}


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

2020-08-15 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-08-15 19:03:03 UTC (rev 679808)
+++ PKGBUILD2020-08-15 19:03:12 UTC (rev 679809)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-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)
+++ PKGBUILD2020-08-15 19:03:12 UTC (rev 679809)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+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
+}


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

2020-08-15 Thread Felix Yan via arch-commits
Date: Saturday, August 15, 2020 @ 07:21:22
  Author: felixonmars
Revision: 679471

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-15 07:21:14 UTC (rev 679470)
+++ PKGBUILD2020-08-15 07:21:22 UTC (rev 679471)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=3.1.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')
-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=('84ea859b626c291862dab3fe45bf559358677038311001b5d2bae36037f7108e193c1efba01ab698f72dc4911838c980929464b072d6a9349129927749ce1ce0')
-
-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 679470, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-15 07:21:22 UTC (rev 679471)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+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
+}


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

2020-08-14 Thread Felix Yan via arch-commits
Date: Friday, August 14, 2020 @ 08:16:37
  Author: felixonmars
Revision: 678507

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-14 08:16:28 UTC (rev 678506)
+++ PKGBUILD2020-08-14 08:16:37 UTC (rev 678507)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=3.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-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=('1f5577c74c47618ae07672b53633110a5ecb486d25046cb87f36cbf5974b679714f962803b9dc6e970c57d8f2542b323e11437e76effe7172511557b56df5f12')
-
-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 678506, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-14 08:16:37 UTC (rev 678507)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=3.1.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')
+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=('84ea859b626c291862dab3fe45bf559358677038311001b5d2bae36037f7108e193c1efba01ab698f72dc4911838c980929464b072d6a9349129927749ce1ce0')
+
+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
+}


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

2020-08-13 Thread Felix Yan via arch-commits
Date: Thursday, August 13, 2020 @ 15:01:11
  Author: felixonmars
Revision: 677421

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-13 15:01:02 UTC (rev 677420)
+++ PKGBUILD2020-08-13 15:01:11 UTC (rev 677421)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-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-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=('a13d1f3fb547f41356d222befdfa0aa293876844c87c68d0e6acaa1f97e2f6be9ea0c7815ac054bb826b61679692fa6e9f8eb861c70a1c87b4ede4442f2b')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd twine-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd twine-$pkgver
-  python setup.py 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 677420, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-13 15:01:11 UTC (rev 677421)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=3.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-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=('1f5577c74c47618ae07672b53633110a5ecb486d25046cb87f36cbf5974b679714f962803b9dc6e970c57d8f2542b323e11437e76effe7172511557b56df5f12')
+
+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
+}


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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:07:33
  Author: felixonmars
Revision: 511133

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 05:07:07 UTC (rev 511132)
+++ PKGBUILD2019-09-19 05:07:33 UTC (rev 511133)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=1.14.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')
-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=('4044332727a1a6bb0ffd38d83ddd3a04ad96e013d3894dee3c468527cb8fa9c5d86161bfdcbe357ebf8440d46776b3688131d57ed06cac13cb0893a64861b99a')
-
-build() {
-  cd twine-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd twine-$pkgver
-  python setup.py 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 511132, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 05:07:33 UTC (rev 511133)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=1.15.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')
+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')
+
+build() {
+  cd twine-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd twine-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd twine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}


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

2019-09-09 Thread Felix Yan via arch-commits
Date: Monday, September 9, 2019 @ 07:17:55
  Author: felixonmars
Revision: 509044

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-09 07:17:44 UTC (rev 509043)
+++ PKGBUILD2019-09-09 07:17:55 UTC (rev 509044)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=1.13.0
-pkgrel=2
-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')
-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=('c72c6a3e12e78712335fdcc7917b7edd69ca34829a649f6e37501ee813501dc0bff0d2eda2bf5e4e30f32daef8fe67aed79679ad327b93f01ccf646e3881883c')
-
-build() {
-  cd twine-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd twine-$pkgver
-  python setup.py 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 509043, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-09 07:17:55 UTC (rev 509044)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=1.14.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')
+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=('4044332727a1a6bb0ffd38d83ddd3a04ad96e013d3894dee3c468527cb8fa9c5d86161bfdcbe357ebf8440d46776b3688131d57ed06cac13cb0893a64861b99a')
+
+build() {
+  cd twine-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd twine-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd twine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}


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

2019-04-02 Thread Felix Yan via arch-commits
Date: Tuesday, April 2, 2019 @ 12:55:25
  Author: felixonmars
Revision: 447686

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   94 ++---
 1 file changed, 34 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-02 12:55:06 UTC (rev 447685)
+++ PKGBUILD2019-04-02 12:55:25 UTC (rev 447686)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
- 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-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=('c72c6a3e12e78712335fdcc7917b7edd69ca34829a649f6e37501ee813501dc0bff0d2eda2bf5e4e30f32daef8fe67aed79679ad327b93f01ccf646e3881883c')
-
-prepare() {
-  cp -a twine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm'
-   'python-readme-renderer')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  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
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 447685, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-02 12:55:25 UTC (rev 447686)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=1.13.0
+pkgrel=2
+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')
+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=('c72c6a3e12e78712335fdcc7917b7edd69ca34829a649f6e37501ee813501dc0bff0d2eda2bf5e4e30f32daef8fe67aed79679ad327b93f01ccf646e3881883c')
+
+build() {
+  cd twine-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd twine-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd twine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}


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

2019-02-14 Thread Felix Yan via arch-commits
Date: Thursday, February 14, 2019 @ 19:40:20
  Author: felixonmars
Revision: 432249

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 19:40:00 UTC (rev 432248)
+++ PKGBUILD2019-02-14 19:40:20 UTC (rev 432249)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.12.1
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
- 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-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=('b9ff2d80c4fe484fd89c9d5edd79d79818ba8ff7dc9a1f598f4f7a6cc97c9be2e38e91234b044fe528be2839c5c045d10c68c83962d197b5790978954c1d00ea')
-
-prepare() {
-  cp -a twine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm'
-   'python-readme-renderer')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  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
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 432248, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 19:40:20 UTC (rev 432249)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
+ 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-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=('c72c6a3e12e78712335fdcc7917b7edd69ca34829a649f6e37501ee813501dc0bff0d2eda2bf5e4e30f32daef8fe67aed79679ad327b93f01ccf646e3881883c')
+
+prepare() {
+  cp -a twine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm'
+   'python-readme-renderer')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  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
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-27 Thread Felix Yan via arch-commits
Date: Thursday, September 27, 2018 @ 15:36:48
  Author: felixonmars
Revision: 386481

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  119 ++---
 1 file changed, 60 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-27 15:36:35 UTC (rev 386480)
+++ PKGBUILD2018-09-27 15:36:48 UTC (rev 386481)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.11.0
-pkgrel=2
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
- 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-tqdm'
- 'python2-tqdm')
-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')
-
-prepare() {
-  cp -a twine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-tqdm')
-
-  cd twine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 386480, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-27 15:36:48 UTC (rev 386481)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
+ 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-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=('b9ff2d80c4fe484fd89c9d5edd79d79818ba8ff7dc9a1f598f4f7a6cc97c9be2e38e91234b044fe528be2839c5c045d10c68c83962d197b5790978954c1d00ea')
+
+prepare() {
+  cp -a twine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm'
+   'python-readme-renderer')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  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
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 20, 2018 @ 04:09:00
  Author: felixonmars
Revision: 309248

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-20 04:08:44 UTC (rev 309247)
+++ PKGBUILD2018-03-20 04:09:00 UTC (rev 309248)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
- 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-tqdm'
- 'python2-tqdm')
-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=('7e0dc174fb9e68eb9fa7a9d99f129d27683527608ea3eef7156494a293a231e768341af8c97c3fab2e0bbfba5a01bdd6092568c1e40467d360277540ae4f1268')
-
-prepare() {
-  cp -a twine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-tqdm')
-
-  cd twine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 309247, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-20 04:09:00 UTC (rev 309248)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
+ 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-tqdm'
+ 'python2-tqdm')
+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')
+
+prepare() {
+  cp -a twine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-tqdm')
+
+  cd twine-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-07 Thread Felix Yan via arch-commits
Date: Thursday, March 8, 2018 @ 01:56:15
  Author: felixonmars
Revision: 304167

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-08 01:55:51 UTC (rev 304166)
+++ PKGBUILD2018-03-08 01:56:15 UTC (rev 304167)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
- 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-tqdm'
- 'python2-tqdm')
-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=('SKIP')
-
-prepare() {
-  cp -a twine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/twine-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-tqdm')
-
-  cd twine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 304166, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-08 01:56:15 UTC (rev 304167)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
+ 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-tqdm'
+ 'python2-tqdm')
+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=('7e0dc174fb9e68eb9fa7a9d99f129d27683527608ea3eef7156494a293a231e768341af8c97c3fab2e0bbfba5a01bdd6092568c1e40467d360277540ae4f1268')
+
+prepare() {
+  cp -a twine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-tqdm')
+
+  cd twine-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-05 Thread Felix Yan
Date: Monday, June 5, 2017 @ 14:21:46
  Author: felixonmars
Revision: 234213

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-05 14:21:29 UTC (rev 234212)
+++ PKGBUILD2017-06-05 14:21:46 UTC (rev 234213)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.8.1
-pkgrel=2
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 234212, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-05 14:21:46 UTC (rev 234213)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt'
+ 'python2-requests-toolbelt' 'python-pkginfo' 'python2-pkginfo' 
'python-tqdm'
+ 'python2-tqdm')
+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=('SKIP')
+
+prepare() {
+  cp -a twine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/twine-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-tqdm')
+
+  cd twine-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-08 Thread Felix Yan
Date: Tuesday, August 9, 2016 @ 02:13:36
  Author: felixonmars
Revision: 186094

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-09 02:13:06 UTC (rev 186093)
+++ PKGBUILD2016-08-09 02:13:36 UTC (rev 186094)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 186093, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-09 02:13:36 UTC (rev 186094)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-08 Thread Felix Yan
Date: Monday, August 8, 2016 @ 14:17:30
  Author: felixonmars
Revision: 186017

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-08 14:17:13 UTC (rev 186016)
+++ PKGBUILD2016-08-08 14:17:30 UTC (rev 186017)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 186016, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-08 14:17:30 UTC (rev 186017)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 13:47:55
  Author: felixonmars
Revision: 182585

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 13:47:31 UTC (rev 182584)
+++ PKGBUILD2016-07-09 13:47:55 UTC (rev 182585)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182584, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 13:47:55 UTC (rev 182585)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 11:24:31
  Author: felixonmars
Revision: 182581

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 11:24:08 UTC (rev 182580)
+++ PKGBUILD2016-07-09 11:24:31 UTC (rev 182581)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182580, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 11:24:31 UTC (rev 182581)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-06 Thread Felix Yan
Date: Wednesday, July 6, 2016 @ 07:57:27
  Author: felixonmars
Revision: 182387

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-06 07:57:06 UTC (rev 182386)
+++ PKGBUILD2016-07-06 07:57:27 UTC (rev 182387)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182386, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-06 07:57:27 UTC (rev 182387)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:47:28
  Author: felixonmars
Revision: 182248

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 +
 1 file changed, 59 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 05:47:10 UTC (rev 182247)
+++ PKGBUILD2016-07-05 05:47:28 UTC (rev 182248)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.5
-_commit=cce0be4334379a04c7e2b958abdebd5d91cb8d01
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182247, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 05:47:28 UTC (rev 182248)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:32:30
  Author: fyan
Revision: 153545

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  121 ++---
 1 file changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 07:31:51 UTC (rev 153544)
+++ PKGBUILD2015-12-17 07:32:30 UTC (rev 153545)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 153544, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 07:32:30 UTC (rev 153545)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.6.5
+_commit=cce0be4334379a04c7e2b958abdebd5d91cb8d01
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 08:03:36
  Author: fyan
Revision: 145163

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 07:03:15 UTC (rev 145162)
+++ PKGBUILD2015-10-28 07:03:36 UTC (rev 145163)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 145162, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 07:03:36 UTC (rev 145163)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-05 Thread Felix Yan
Date: Monday, October 5, 2015 @ 17:48:06
  Author: fyan
Revision: 143017

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 15:47:45 UTC (rev 143016)
+++ PKGBUILD2015-10-05 15:48:06 UTC (rev 143017)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 143016, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 15:48:06 UTC (rev 143017)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-18 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 04:08:31
  Author: fyan
Revision: 140683

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-19 02:08:09 UTC (rev 140682)
+++ PKGBUILD2015-09-19 02:08:31 UTC (rev 140683)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 140682, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-19 02:08:31 UTC (rev 140683)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-14 Thread Felix Yan
Date: Monday, September 14, 2015 @ 16:54:08
  Author: fyan
Revision: 140092

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-14 14:53:49 UTC (rev 140091)
+++ PKGBUILD2015-09-14 14:54:08 UTC (rev 140092)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.5.0
-pkgrel=4
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 140091, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-14 14:54:08 UTC (rev 140092)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-12 Thread Felix Yan
Date: Sunday, September 13, 2015 @ 02:43:53
  Author: fyan
Revision: 140012

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  121 ++---
 1 file changed, 60 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-13 00:43:39 UTC (rev 140011)
+++ PKGBUILD2015-09-13 00:43:53 UTC (rev 140012)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("https://pypi.python.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('12948245aeb59acf32f663e1d81fed34')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  cp -a "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgbase}-${pkgver}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {(
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 140011, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-13 00:43:53 UTC (rev 140012)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.5.0
+pkgrel=4
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-23 Thread Felix Yan
Date: Sunday, August 23, 2015 @ 12:18:11
  Author: fyan
Revision: 138679

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-23 10:17:50 UTC (rev 138678)
+++ PKGBUILD2015-08-23 10:18:11 UTC (rev 138679)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Chris Warrick a...@chriswarrick.com
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=(https://pypi.python.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('12948245aeb59acf32f663e1d81fed34')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  cp -a ${srcdir}/${pkgbase}-${pkgver} ${srcdir}/${pkgbase}-${pkgver}-py2
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {(
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py ptr
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py ptr
-  ) || warning Tests failed
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python3 setup.py install --root=${pkgdir}/ --optimize=1
-  ln -s ${pkgbase} ${pkgdir}/usr/bin/${pkgbase}3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  mv ${pkgdir}/usr/bin/${pkgbase} ${pkgdir}/usr/bin/${pkgbase}2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 138678, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-23 10:18:11 UTC (rev 138679)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Chris Warrick a...@chriswarrick.com
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=(https://pypi.python.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('12948245aeb59acf32f663e1d81fed34')
+
+prepare() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cp -a ${srcdir}/${pkgbase}-${pkgver} ${srcdir}/${pkgbase}-${pkgver}-py2
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {(
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py ptr
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py ptr
+  ) || warning Tests failed
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python3 setup.py install --root=${pkgdir}/ --optimize=1
+  ln -s ${pkgbase} ${pkgdir}/usr/bin/${pkgbase}3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  mv ${pkgdir}/usr/bin/${pkgbase} ${pkgdir}/usr/bin/${pkgbase}2
+}
+
+# vim:set ts=2 sw=2 et: