* update python-pycurl to 7.45.3-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:23 +02:00
parent 68f7ee442c
commit 773e8719a2
3 changed files with 31 additions and 3 deletions

View File

@ -0,0 +1,24 @@
pkgbase = python-pycurl
pkgdesc = A Python 3.x interface to libcurl
pkgver = 7.45.3
pkgrel = 1
url = http://pycurl.sourceforge.net/
arch = x86_64
license = LGPL-2.1-only OR MIT
checkdepends = python-bottle
checkdepends = python-pytest
checkdepends = vsftpd
checkdepends = python-flaky
checkdepends = python-pyflakes
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = curl
depends = glibc
depends = openssl
depends = python
source = https://github.com/pycurl/pycurl/archive/REL_7_45_3/python-pycurl-7.45.3.tar.gz
sha512sums = d57cb918cbf77cb8869c6cc158d464ca2386980e0c6b124d6de6edfb7ef085b9b25610949ee5206a8368e01f39eb5e6495a132d950b425df5b5dc6911c2331a3
pkgname = python-pycurl

View File

@ -0,0 +1,3 @@
[python-pycurl]
source = "pypi"
pypi = "pycurl"

View File

@ -1,13 +1,14 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-pycurl
_name="${pkgname#python-}"
pkgver=7.45.2
pkgver=7.45.3
_version="REL_${pkgver//./_}"
pkgrel=4
pkgrel=1
pkgdesc="A Python 3.x interface to libcurl"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://pycurl.sourceforge.net/"
@ -16,7 +17,7 @@ depends=('curl' 'glibc' 'openssl' 'python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky' 'python-pyflakes')
source=("https://github.com/pycurl/pycurl/archive/$_version/$pkgname-$pkgver.tar.gz")
sha512sums=('c27d500a310124b0972eaeb424afc2878e0cd59bec9841ec0dcff3485a76e78b53438d9bf9c035658058d7c118e3e5ecd426e0733cbd251261135c6a504f2edf')
sha512sums=('d57cb918cbf77cb8869c6cc158d464ca2386980e0c6b124d6de6edfb7ef085b9b25610949ee5206a8368e01f39eb5e6495a132d950b425df5b5dc6911c2331a3')
build() {
cd $_name-$_version