Date: Sunday, December 18, 2022 @ 13:16:25
Author: felixonmars
Revision: 464539
archrelease: copy trunk to extra-x86_64
Added:
python-pycurl/repos/extra-x86_64/PKGBUILD
(from rev 464538, python-pycurl/trunk/PKGBUILD)
Deleted:
python-pycurl/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-18 13:16:15 UTC (rev 464538)
+++ PKGBUILD 2022-12-18 13:16:25 UTC (rev 464539)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-
-pkgname=python-pycurl
-pkgver=7.45.1
-pkgrel=2
-pkgdesc="A Python 3.x interface to libcurl"
-arch=('x86_64')
-url="http://pycurl.sourceforge.net/"
-license=('LGPL' 'MIT')
-depends=('python' 'curl')
-makedepends=('python-setuptools')
-checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky'
'python-pyflakes')
-source=("https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}/$pkgname-$pkgver.tar.gz")
-sha512sums=('8b54b625d692d1f152a4e4ff29fbb8d66f51b5a657ab08e5493c6d4a9a7a1f58bb8407885d6a061ef64078db416e60d7f9a246c4a0e87f11d411cb706b96000d')
-
-prepare() {
- mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
-}
-
-build() {
- cd pycurl-$pkgver
- make
- python setup.py build
-}
-
-check() {
- export PYCURL_VSFTPD_PATH=vsftpd
- # We don't have HTTP2 enabled
-
- cd pycurl-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" make test ||
warning "Tests failed"
-}
-
-package() {
- cd pycurl-$pkgver
- python setup.py install -O1 --root="$pkgdir"
- install -Dm644 COPYING-MIT -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-pycurl/repos/extra-x86_64/PKGBUILD (from rev 464538,
python-pycurl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-18 13:16:25 UTC (rev 464539)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+
+pkgname=python-pycurl
+pkgver=7.45.2
+pkgrel=1
+pkgdesc="A Python 3.x interface to libcurl"
+arch=('x86_64')
+url="http://pycurl.sourceforge.net/"
+license=('LGPL' 'MIT')
+depends=('python' 'curl')
+makedepends=('python-setuptools')
+checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky'
'python-pyflakes')
+source=("https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}/$pkgname-$pkgver.tar.gz")
+sha512sums=('c27d500a310124b0972eaeb424afc2878e0cd59bec9841ec0dcff3485a76e78b53438d9bf9c035658058d7c118e3e5ecd426e0733cbd251261135c6a504f2edf')
+
+prepare() {
+ mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
+}
+
+build() {
+ cd pycurl-$pkgver
+ make
+ python setup.py build
+}
+
+check() {
+ export PYCURL_VSFTPD_PATH=vsftpd
+ # We don't have HTTP2 enabled
+
+ cd pycurl-$pkgver
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" make test ||
warning "Tests failed"
+}
+
+package() {
+ cd pycurl-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+ install -Dm644 COPYING-MIT -t "$pkgdir"/usr/share/licenses/$pkgname/
+}