Date: Sunday, May 14, 2023 @ 09:47:24
  Author: arojas
Revision: 1461553

archrelease: copy trunk to community-any

Added:
  python-tweepy/repos/community-any/PKGBUILD
    (from rev 1461552, python-tweepy/trunk/PKGBUILD)
Deleted:
  python-tweepy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-14 09:47:16 UTC (rev 1461552)
+++ PKGBUILD    2023-05-14 09:47:24 UTC (rev 1461553)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-tweepy
-_pypiname=tweepy
-pkgver=4.12.1
-pkgrel=3
-pkgdesc='Python library for accessing the entire Twitter API'
-url='https://www.tweepy.org/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-oauthlib' 'python-python-socks' 'python-requests' 
'python-requests-oauthlib')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=(
-  'python-aiohttp'
-  # 'python-async-lru'  # TODO: needs package
-  'python-vcrpy'
-)
-optdepends=(
-  'python-aiohttp: for async support'
-  # 'python-async-lru: for async support'  # TODO: needs package
-)
-source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
-sha256sums=('4c86e247be058366326b5208b86eb14bc6f5f3d10c577683c85aa695fddb6054')
-sha512sums=('98ddef5922ab0b88a8555a6e5d92d6b4c5789e22fd51e858c5aab9eed20808d169181d04c27ed04d49326e374a4ff6a9af0907a6ef304ae1e19c4cdb2e257f34')
-
-build() {
-  cd ${_pypiname}-${pkgver}
-  python -m build --wheel --no-isolation
-}
-
-# check() {
-#   cd ${_pypiname}-${pkgver}
-#   python -m unittest discover -v
-# }
-
-package() {
-  cd ${_pypiname}-${pkgver}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-tweepy/repos/community-any/PKGBUILD (from rev 1461552, 
python-tweepy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-14 09:47:24 UTC (rev 1461553)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-tweepy
+_pypiname=tweepy
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Python library for accessing the entire Twitter API'
+url='https://www.tweepy.org/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-oauthlib' 'python-python-socks' 'python-requests' 
'python-requests-oauthlib')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=(
+  'python-aiohttp'
+  # 'python-async-lru'  # TODO: needs package
+  'python-vcrpy'
+)
+optdepends=(
+  'python-aiohttp: for async support'
+  # 'python-async-lru: for async support'  # TODO: needs package
+)
+source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
+sha256sums=('ad30f817b746b4519f40af2f6577624cf7775d4e9379c559cc7d1099702eb921')
+sha512sums=('b4368c379b01cda05bac71cf188c31ad305ee6b1a66c76c6feb9622aa43b7875759763fce95be3ee12798f4948121501af788dc3161fada0d2f4a23bebfb0a1e')
+
+build() {
+  cd ${_pypiname}-${pkgver}
+  python -m build --wheel --no-isolation
+}
+
+# check() {
+#   cd ${_pypiname}-${pkgver}
+#   python -m unittest discover -v
+# }
+
+package() {
+  cd ${_pypiname}-${pkgver}
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to