diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-20 17:35:27 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-20 17:35:27 +0000 |
commit | 15e562a5849152986bf7706401952e51a76f872a (patch) | |
tree | 39ff2288565dd0bce235eab278c2249a135074b3 /dev-python | |
parent | Pin pre v1 pymysql for pg_chameleon (diff) | |
download | portage-15e562a5849152986bf7706401952e51a76f872a.tar.bz2 portage-15e562a5849152986bf7706401952e51a76f872a.tar.xz portage-15e562a5849152986bf7706401952e51a76f872a.zip |
Add parallax
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/parallax/Manifest | 2 | ||||
-rw-r--r-- | dev-python/parallax/parallax-1.0.6.ebuild | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest new file mode 100644 index 0000000..11519f3 --- /dev/null +++ b/dev-python/parallax/Manifest @@ -0,0 +1,2 @@ +DIST parallax-1.0.6.tar.gz 17371 BLAKE2B 7540b7248ddeecbef79bf6d302043c48e5aa228a9c217aa0df3161d399d326d8e5da7e06906ac1bd715976dd65d5282302c73df84d00d64de525e4e16a37ffdd SHA512 01f45d5fd801b5525adec12655e620219f8c2ccb9390b82ca78f19a7489278121dd45de6be387034da3691d9ccb1e8f912859c31e85a82bccd1a789da830349e +EBUILD parallax-1.0.6.ebuild 384 BLAKE2B 317c8a3b083a746dceafd50442006cc0bd7b3a641beffd84c2f6a6f04893f9d0a32ba1e20abe22d2800c41a09db8b61bb6f9d564859614a5b40f24ba35600e10 SHA512 c7d5215cfbbb8bc026c040b6baa9cc9a3447fff7da9b756b05fffdda6072b261281ae65287c5735d4857f177ec7240a7735ffd2976fe2e4b034f64be170dabdf diff --git a/dev-python/parallax/parallax-1.0.6.ebuild b/dev-python/parallax/parallax-1.0.6.ebuild new file mode 100644 index 0000000..83495ff --- /dev/null +++ b/dev-python/parallax/parallax-1.0.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Error tracking and logging from Python to Rollbar" +HOMEPAGE="https://github.com/krig/parallax" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |