summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pycurl: Bump to 7.44.0Michał Górny2021-08-092-0/+81
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: add ~riscv keywordYe Cao2021-07-021-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ye Cao <ye.c@rioslab.org> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/pycurl: Bump to python 3.10 + disable failing testsEkaterina Vaartis2021-05-181-1/+5
| | | | | Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: drop obsolete LibreSSL referenceSam James2021-05-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pycurl: remove libressl supportMikle Kolyada2021-05-031-4/+3
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-python/pycurl: Remove oldMichał Górny2020-11-084-180/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Stabilize 7.43.0.6 amd64, #750635Sam James2020-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pycurl: Stabilize 7.43.0.6 arm, #750635Sam James2020-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pycurl: stable 7.43.0.6 for hppaSergei Trofimovich2020-10-261-1/+1
| | | | | | | | stable wrt bug #750635 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: x86 stable (bug #750635)Thomas Deutschmann2020-10-261-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/pycurl: Stabilize 7.43.0.6 arm64, #750635Sam James2020-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pycurl: stable 7.43.0.6 for ppcSergei Trofimovich2020-10-241-1/+1
| | | | | | | | stable wrt bug #750635 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: stable 7.43.0.6 for ppc64Sergei Trofimovich2020-10-241-1/+1
| | | | | | | | stable wrt bug #750635 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: stable 7.43.0.6 for sparcSergei Trofimovich2020-10-241-1/+1
| | | | | | | | stable wrt bug #750635 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: Set DISTUTILS_USE_SETUPTOOLS=noMichał Górny2020-09-211-1/+1
| | | | | | | The sanity check has been improved and should correctly detect that the failover is not used. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: remove unused patchMichael Mair-Keimberger2020-09-201-146/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/17602 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-python/pycurl: Remove oldMichał Górny2020-09-181-96/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Bump to 7.43.0.6Michał Górny2020-09-032-0/+86
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Hack the version to make upgrade less painfulMichał Górny2020-08-272-0/+6
| | | | | | | Change the version number so that egg path changes and avoids collisions while switching from setuptools to distutils. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: add patch for multiple SSL backendsStefan Strogin2020-08-272-0/+239
| | | | | | | | | | | | | | | | | | | net-misc/curl supports multiple SSL backends since 5e560782 "net-misc/curl: enable multiple ssl implementations", which is supported in curl since 7.56. pycurl supporting this feature is not released yet, so with the latest pycurl users could get an error like: ImportError: pycurl: libcurl link-time ssl backend (gnutls) is different from compile-time ssl backend (openssl) Add patch from upstream to support multiple SSL backend in pycurl. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Stefan Strogin <steils@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17272 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: fix UnknownManifestJoonas Niilola2020-08-241-1/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/pycurl: Remove oldMichał Górny2020-08-241-76/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Force building using distutilsMichał Górny2020-08-241-0/+3
| | | | | Bug: https://bugs.gentoo.org/738798 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Remove py2Michał Górny2020-08-222-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: x86 stable wrt bug #720564Agostino Sarubbo2020-07-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pycurl: stable 7.43.0.5 for ppc64Sergei Trofimovich2020-07-081-1/+1
| | | | | | | | stable wrt bug #720564 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: stable 7.43.0.5 for ppcSergei Trofimovich2020-07-081-1/+1
| | | | | | | | stable wrt bug #720564 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: arm stable (bug #720564)Sam James (sam_c)2020-07-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Stabilize 7.43.0.5 amd64, #720564Michał Górny2020-07-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: arm64 stable (bug #720564)Sam James (sam_c)2020-06-081-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/pycurl: Port to py3.9Michał Górny2020-05-251-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Disable tests broken by bottle upgradeMichał Górny2020-05-161-0/+2
| | | | | | | | | Upstream is silly and requires old dev-python/bottle version for testing. Instead of harming users and preventing downgrade, let's disable the few tests that require that. Closes: https://bugs.gentoo.org/721270 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: stable 7.43.0.5 for hppa/sparc, bug #720564Rolf Eike Beer2020-05-111-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: Stop using in-source buildsMichał Górny2020-05-111-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Respect CC/*FLAGS in fake-curlMichał Górny2020-05-112-2/+37
| | | | | Bug: https://bugs.gentoo.org/721270 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Remove oldMichał Górny2020-05-042-82/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Skip telnet tests if curl[-telnet]Michał Górny2020-05-042-0/+54
| | | | | Closes: https://bugs.gentoo.org/720906 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: Rebuild test libs for current platformMichał Górny2020-05-041-0/+8
| | | | | Bug: https://bugs.gentoo.org/720906 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pycurl: stable 7.43.0.3 for hppa, bug #711736Rolf Eike Beer2020-04-091-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pycurl: arm64 stable (bug #711736)Mart Raudsepp2020-04-041-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/pycurl: Remove redundant versionsMichał Górny2020-03-282-77/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-264-4/+4
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-python/pycurl: Replace distutils-r1 EXAMPLES useDavid Seifert2020-03-201-1/+5
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/pycurl: arm stable wrt bug #711736Agostino Sarubbo2020-03-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pycurl: x86 stable wrt bug #711736Agostino Sarubbo2020-03-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pycurl: ia64 stable wrt bug #711736Agostino Sarubbo2020-03-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pycurl: ppc stable wrt bug #711736Agostino Sarubbo2020-03-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>