* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2021-03-18 11:17 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-18 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 044cd5d8afa9a29916dfc5af23e94d5e493b0b3c
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 18 11:17:37 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 18 11:17:37 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=044cd5d8
dev-python/param: use https
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/param/param-1.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/param/param-1.10.1.ebuild b/dev-python/param/param-1.10.1.ebuild
index b6c5e2753..3be942fe3 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Make Python code clearer and more reliable by declaring Parameters"
-HOMEPAGE="http://param.holoviz.org"
+HOMEPAGE="https://param.holoviz.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:02 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 36e061c6e6310e77aa2229e1414a5b09bb2c85b9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 12:59:36 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 12:59:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=36e061c6
dev-python/param: using PEP517
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.10.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/param/param-1.10.1.ebuild b/dev-python/param/param-1.10.1.ebuild
index ebcd1f519..c6f2fd42c 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -18,4 +19,4 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
# Some tests require nose:
-#distutils_enable_tests unittest
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:02 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 5caf28f92599dd66224a17c16a6e530ad49be984
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 12:44:12 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 12:44:17 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5caf28f9
dev-python/param: update EAPI and PYTHON_COMPAT
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.10.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/param/param-1.10.1.ebuild b/dev-python/param/param-1.10.1.ebuild
index 3be942fe3..c4c5a9a4d 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:02 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:02 UTC (permalink / raw
To: gentoo-commits
commit: a4621fd449349400ce472e9c3441a96a29a49f68
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:02:02 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:02:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4621fd4
dev-python/param: add 1.12.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.12.3.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-python/param/param-1.12.3.ebuild b/dev-python/param/param-1.12.3.ebuild
new file mode 100644
index 000000000..c6f2fd42c
--- /dev/null
+++ b/dev-python/param/param-1.12.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Make Python code clearer and more reliable by declaring Parameters"
+HOMEPAGE="https://param.holoviz.org"
+# Pypi sources do not include tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/holoviz/param/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+# Some tests require nose:
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:02 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:02 UTC (permalink / raw
To: gentoo-commits
commit: b64a7bc3b00b2286d89030e4fa5436443e9b4367
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 12:56:49 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 12:56:57 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b64a7bc3
dev-python/param: update SRC_URI, trying to enable tests
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.10.1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/param/param-1.10.1.ebuild b/dev-python/param/param-1.10.1.ebuild
index c4c5a9a4d..ebcd1f519 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -9,8 +9,13 @@ inherit distutils-r1
DESCRIPTION="Make Python code clearer and more reliable by declaring Parameters"
HOMEPAGE="https://param.holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+# Pypi sources do not include tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/holoviz/param/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
+
+# Some tests require nose:
+#distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:08 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 44e2248ce1b34814faa0d10a2137899639975c87
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:06:17 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:06:17 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44e2248c
dev-python/param: gentoo is dropping support for tests
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/param/param-1.10.1.ebuild b/dev-python/param/param-1.10.1.ebuild
index c6f2fd42c..8e8ec8053 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -19,4 +19,4 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
# Some tests require nose:
-distutils_enable_tests unittest
+#distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:08 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:08 UTC (permalink / raw
To: gentoo-commits
commit: ef3eea667869d263031458d94641a4df6592a5cc
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:05:52 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:05:52 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef3eea66
dev-python/param: new version using pytest
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/param/param-1.12.3.ebuild b/dev-python/param/param-1.12.3.ebuild
index c6f2fd42c..3a9fc0107 100644
--- a/dev-python/param/param-1.12.3.ebuild
+++ b/dev-python/param/param-1.12.3.ebuild
@@ -19,4 +19,4 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
# Some tests require nose:
-distutils_enable_tests unittest
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/param/
@ 2023-01-14 13:29 Horea Christian
0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-01-14 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 27f32872c96ec356c5ba4e10b108326e0fffa2d2
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:23:53 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:27:12 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27f32872
dev-python/param: added reference for upstream report
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.12.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/param/param-1.12.3.ebuild b/dev-python/param/param-1.12.3.ebuild
index 3a9fc0107..9ce9e3762 100644
--- a/dev-python/param/param-1.12.3.ebuild
+++ b/dev-python/param/param-1.12.3.ebuild
@@ -10,7 +10,8 @@ inherit distutils-r1
DESCRIPTION="Make Python code clearer and more reliable by declaring Parameters"
HOMEPAGE="https://param.holoviz.org"
-# Pypi sources do not include tests
+# Pypi sources do not include tests, reported upstream:
+# https://github.com/holoviz/param/issues/678
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/holoviz/param/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
@@ -18,5 +19,4 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-# Some tests require nose:
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-01-14 13:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-18 11:17 [gentoo-commits] proj/sci:master commit in: dev-python/param/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-01-14 13:02 Horea Christian
2023-01-14 13:02 Horea Christian
2023-01-14 13:02 Horea Christian
2023-01-14 13:02 Horea Christian
2023-01-14 13:08 Horea Christian
2023-01-14 13:08 Horea Christian
2023-01-14 13:29 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox