Date: Tuesday, December 6, 2022 @ 22:15:21
Author: arojas
Revision: 1356919
archrelease: copy trunk to community-any
Added:
python-tweepy/repos/community-any/PKGBUILD
(from rev 1356918, python-tweepy/trunk/PKGBUILD)
Deleted:
python-tweepy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 22:15:12 UTC (rev 1356918)
+++ PKGBUILD 2022-12-06 22:15:21 UTC (rev 1356919)
@@ -1,31 +0,0 @@
-# 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:
Copied: python-tweepy/repos/community-any/PKGBUILD (from rev 1356918,
python-tweepy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 22:15:21 UTC (rev 1356919)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-tweepy
+_pypiname=tweepy
+pkgver=4.12.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=('4c86e247be058366326b5208b86eb14bc6f5f3d10c577683c85aa695fddb6054')
+sha512sums=('98ddef5922ab0b88a8555a6e5d92d6b4c5789e22fd51e858c5aab9eed20808d169181d04c27ed04d49326e374a4ff6a9af0907a6ef304ae1e19c4cdb2e257f34')
+
+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: