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

Levente Polyak anthraxx at gemini.archlinux.org
Mon Aug 29 21:41:09 UTC 2022


    Date: Monday, August 29, 2022 @ 21:41:08
  Author: anthraxx
Revision: 1286299

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 21:41:01 UTC (rev 1286298)
+++ PKGBUILD	2022-08-29 21:41:08 UTC (rev 1286299)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-tweepy
-_pypiname=tweepy
-pkgver=4.8.0
-pkgrel=1
-pkgdesc='Python library for accessing the entire Twitter API'
-url='https://www.tweepy.org/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 'python-pysocks')
-makedepends=('python-setuptools' 'python-pip' 'python-requests' 'python-requests-oauthlib'
-             'python-six' 'python-pysocks')
-source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
-sha256sums=('6ca49718d9cd0e73080f780062e050dd8ca777201365fb50b935d727f7c1fc18')
-sha512sums=('3342b377918957679d8d4a90f7f91c2a661cb9b313875fdfd90f5424cd44880f38c6e72955a54b4fd38ebe33273f9c2a2d2006bee861ba5869e8ee3fc05a6856')
-
-build() {
-  cd ${_pypiname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pypiname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  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 1286298, python-tweepy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 21:41:08 UTC (rev 1286299)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-tweepy
+_pypiname=tweepy
+pkgver=4.10.1
+pkgrel=1
+pkgdesc='Python library for accessing the entire Twitter API'
+url='https://www.tweepy.org/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 'python-pysocks')
+makedepends=('python-setuptools' 'python-pip' 'python-requests' 'python-requests-oauthlib'
+             'python-six' 'python-pysocks')
+source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
+sha256sums=('0afab3130efa1c21b76f6480a4f028bdfb34493cc0bdc1bf93e0ece383d43109')
+sha512sums=('bcc22f871cdc016004707d00ef562dd8c75d1cd684d1077d7336970ce76565d698e46cbf6477be70d72f14fa5f6c4a93a37408c5b8993d115108419b96a60b53')
+
+build() {
+  cd ${_pypiname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  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:



More information about the arch-commits mailing list