stratis-storage: add related packages

This commit is contained in:
2020-01-06 18:01:55 +03:00
parent c67881c214
commit 245bf706c5
17 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST justbases-0.13.tar.gz 26751 BLAKE2B 26e27ae14b1513a5b8db2a4b636ded34898e080aa6f0a76d97a71b44aba2d528405fe8ce7ee3bb9324ac20e7b62c529335643ff2ac7b972407ef1e91fc239dc3 SHA512 3222da08471aeef65bff827122ecf59a38637215f448ea4d4bc600362343aabcea91f79c3a8098b45a8f8aaca988098197f8cce08a7ae36c64164e5fd04f52ce
EBUILD justbases-0.13.ebuild 549 BLAKE2B 6afaabf62af7de97b16ba68b15794ad9910bdcfd5ac2002dd2e60cfecfbb23186deade3a1c970f561203fbf6f6067d3426fedf6fe9bde0b385ff52d4542f5067 SHA512 6bdd41dc36e6533bd5fbfcce2424ce234e96f0e1307b7ef8ae8759adeaf1bbad563791d2a7cf9bd57cf2df80d9f191da8c0a44db5c8894ba620492c7d5fd3f72

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="conversion of ints and rationals to any base"
HOMEPAGE="http://pythonhosted.org/justbases/ https://pypi.org/project/justbases/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest