* [gentoo-commits] proj/sci:master commit in: dev-python/pyvote/
@ 2020-09-26 9:34 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2020-09-26 9:34 UTC (permalink / raw
To: gentoo-commits
commit: b759c063d1b4c437265fc470c466a9b40aa459f4
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 09:30:54 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 09:30:54 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b759c063
dev-python/pyvote: new package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyvote/ChangeLog | 10 ++++++++++
dev-python/pyvote/metadata.xml | 19 +++++++++++++++++++
dev-python/pyvote/pyvote-0.1.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-python/pyvote/ChangeLog b/dev-python/pyvote/ChangeLog
new file mode 100644
index 000000000..4f5fced11
--- /dev/null
+++ b/dev-python/pyvote/ChangeLog
@@ -0,0 +1,10 @@
+ 08 May 2020; <chymera@gentoo.org> pyvote-0.1.ebuild:
+ dev-python/pyvote: updated pPYTHON_COMPAT
+
+ 10 Apr 2020; <chymera@gentoo.org> -pyvote-9999.ebuild, pyvote-0.1.ebuild:
+ dev-python/pyvote: dropped python2 support And removed live ebuild
+
+*trimesh-3.3.5 (04 Nov 2019)
+
+ 04 Nov 2019; <chymera@gentoo.org> +metadata.xml, +trimesh-3.3.5.ebuild:
+ dev-python/trimesh: version bump ahead of Genoo Science
diff --git a/dev-python/pyvote/metadata.xml b/dev-python/pyvote/metadata.xml
new file mode 100644
index 000000000..7e567469c
--- /dev/null
+++ b/dev-python/pyvote/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>horea.christ@gmail.com</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ This package provides a Python module and a Bash interface which can
+ compute the probability of a 2-choice popular election being decided by
+ one vote. Predictions are based on either a series of forecasts, a beta
+ (or normal) probability density function for outcomes, or a fixed
+ outcome probability.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pyvote/pyvote-0.1.ebuild b/dev-python/pyvote/pyvote-0.1.ebuild
new file mode 100644
index 000000000..6b52d0e28
--- /dev/null
+++ b/dev-python/pyvote/pyvote-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Estimate the probability of votes changing election outcomes"
+HOMEPAGE="https://github.com/TheChymera/pyvote.git"
+SRC_URI="https://github.com/TheChymera/pyvote/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="
+ dev-python/argh[${PYTHON_USEDEP}]
+ dev-python/mpmath[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pyvote/
@ 2020-12-24 11:09 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2020-12-24 11:09 UTC (permalink / raw
To: gentoo-commits
commit: a903d3cef5227d521b5ec08d575a571303bfefcc
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Dec 24 11:09:02 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Dec 24 11:09:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a903d3ce
dev-python/pyvote: conditional test restriction
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyvote/pyvote-0.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pyvote/pyvote-0.1.ebuild b/dev-python/pyvote/pyvote-0.1.ebuild
index 6b52d0e28..567c5777e 100644
--- a/dev-python/pyvote/pyvote-0.1.ebuild
+++ b/dev-python/pyvote/pyvote-0.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
DEPEND=""
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pyvote/
@ 2022-01-25 19:15 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 312e195867965e3a56d148fcf941612a0a07d886
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 17:32:14 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 17:32:14 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=312e1958
dev-python/pyvote: bump python_compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/pyvote/pyvote-0.1.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/dev-python/pyvote/pyvote-0.1.ebuild b/dev-python/pyvote/pyvote-0.1.ebuild
index df94c55f4..b7ef458e2 100644
--- a/dev-python/pyvote/pyvote-0.1.ebuild
+++ b/dev-python/pyvote/pyvote-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,10 +14,7 @@ SRC_URI="https://github.com/TheChymera/pyvote/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
dev-python/mpmath[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-25 19:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 19:15 [gentoo-commits] proj/sci:master commit in: dev-python/pyvote/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-12-24 11:09 Horea Christian
2020-09-26 9:34 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox