Commit Graph

23 Commits

Author SHA1 Message Date
Michał Górny
1e6973687f dev-python/cvxopt: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-07-12 18:51:56 +02:00
Michael Orlitzky
6fe375dda5 dev-python/cvxopt: new revision to cleanup and re-messup some things.
The original purpose of this revision was to refactor the three,
similar, convoluted pipelines that are used to parse the output from
pkg-config and populate cvxopt's FOO_LIB, FOO_LIB_DIR, and FOO_INC_DIR
variables. That was fairly easy: the code to strip out "pthread" and
"m" from `pkg-config --libs-only-l` never worked, so I've dropped
it. After that, the remaining three pipelines all did essentially the
same thing and were combined into a single function that is still
large but now only because it is documented.

Having solved that problem, I made things a bit messy again. I
discovered that most of these variables can be passed an empty string,
resulting in a command line with "empty" arguments like "-L
-L/path/to/wherever" and GCC will accept that. What it won't accept is
the empty "-I" arguments corresponding to the INC_DIR variables. Can
we leave those unset if pkg-config returns the empty string? No!
Because if we do that, then cvxopt will guess the wrong location
(outside of EPREFIX) and attempt to use that. So I added some code to
prepopulate those variables with the right location, and only append
to them when pkg-config gives us something to append.

I think this works better, but I guess we'll see. I've opened an
upstream issue about the empty string problem in these variables. If
they can make the "API" a bit nicer in the future, a lot of the new
ugliness can be reverted.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2020-05-13 16:51:19 -04:00
Michael Orlitzky
47aa9713c8 dev-python/cvxopt: new version supporting newer pythons.
This new version 1.2.5 comes with an updated EAPI=7. This is a
prerequisite for adding python-3.7 and python-3.8 support to
sci-mathematics/dunshire.

Bug: https://bugs.gentoo.org/718502
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2020-04-19 19:16:09 -04:00
David Seifert
3b8cba93fa */*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
2020-02-22 22:07:26 +01:00
Michał Górny
bb81a0c650 dev-python/cvxopt: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-04 20:47:20 +01:00
Michał Górny
cd3f25deb1 */*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-05 11:55:46 +01:00
Michał Górny
2db67a589e */*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Pacho Ramos
2d2f19e36d dev-python/cvxopt: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-26 22:28:52 +02:00
Michał Górny
623100fcb1 dev-python/*: Update Manifest hashes 2017-12-09 19:23:08 +01:00
Michał Górny
76e48fd6c1 dev-python/cvxopt: Drop old
Closes: https://bugs.gentoo.org/620564
2017-12-08 19:47:12 +01:00
Sébastien Fabbro
e77578e26b dev-python/cvxopt: blank
Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-03-04 00:10:03 +00:00
Sébastien Fabbro
a8c9a10795 dev-python/cvxopt: version bump
Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-03-04 00:10:02 +00:00
Robin H. Johnson
61b861acd7 Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Michał Górny
543503fdd0 global: Drop dead implementations from PYTHON_COMPAT 2016-11-01 21:58:22 +01:00
Michael Mair-Keimberger (asterix)
7b62b47d10 dev-python/cvxopt: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2290

Signed-off-by: David Seifert <soap@gentoo.org>
2016-09-11 10:48:06 +02:00
Michał Górny
8849b098c0 Set appropriate maintainer types in metadata.xml (GLEP 67) 2016-01-24 23:58:38 +01:00
Michał Górny
cfd93d768e Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
2016-01-24 23:58:38 +01:00
Justin Lecher
1696245066 dev-python/cvxopt: Drop glpk patch for latest version
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568268

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-12-16 09:49:12 +01:00
Justin Lecher
10671eba99 dev-python/cvxopt: Version Bump
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521210

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-12-14 10:11:37 +01:00
Mike Frysinger
2347c6fe88 avoid using ${var^} and ${var,} as they do not work in bash-3.2
Once these upgrade to EAPI=6, they can use these case modification
features, so leave a reminder note in there.
2015-11-10 20:53:23 -05:00
Mike Gilbert
1bfb585cc6 Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92e.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00
Justin Lecher
eaaface92e Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:49:19 +02:00
Robin H. Johnson
56bd759df1 proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.

This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.

Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
2015-08-08 17:38:18 -07:00