1
0
Fork 0

dev-python/pyvote: pushed to Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=b759c063d1b4c437265fc470c466a9b40aa459f4

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-09-26 05:35:20 -04:00
parent 225cfd66fd
commit 8738e2b801
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 0 additions and 54 deletions

View File

@ -1,10 +0,0 @@
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

View File

@ -1 +0,0 @@
DIST pyvote-0.1.tar.gz 17689 SHA256 5c8f104866e2bfe47047524cbb2b6b773c0aeaee11f13800257112b93220028c SHA512 be6a0b5aa71ef4e151a5d95411c8614d956217d71ab53d3b0ff3f1a209c7980efa87545ab234465b6411daa1d9b63722670500323aff55e27240cc1d5ce8aa88 WHIRLPOOL 3c3be95e37b69a7df5a4a25dbb50ab7f4f91127af097e5f8435514495b22dad4db678a60c6ca3ffa2ede99b2de3d3c78979ae95382a65dd09e071201683d2d4c

View File

@ -1,19 +0,0 @@
<?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>

View File

@ -1,24 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
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}]
"