stratis-storage: add related packages
This commit is contained in:
2
dev-python/justbytes/Manifest
Normal file
2
dev-python/justbytes/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST justbytes-0.12.tar.gz 28425 BLAKE2B a568cbc1319965bee18d07f544f27aeedccfb7e5592e972c04aee28182f3c18ed0ea8b856a85d6760908e32359deb6e3810579000c2285537b9a64d8a976648d SHA512 2cf98b340d96c1fa7fa811173a99d17b8502040a6e59b0ffcf3cea83ff7625c91e6ec61c3170cb35f9523bbd2f68fae1053409d3a7d2c945b02a80f44a991adf
|
||||
EBUILD justbytes-0.12.ebuild 540 BLAKE2B 3fed9f4dde388a5d5128c9bc717f593f8bce0c3995a04e6eae575c1788a0593902dc850aeaf711f64f5021955a7f2e1fd2e2ad166892e9c341575e817a5e811f SHA512 4430c74547a696d15de8451839c1082f659d733cc2d05908b4fcb28f2e4f37663aead2f75404e2357c5b70b6c8fa4688b56aae9fb0b386396409a9d5efab07b6
|
||||
21
dev-python/justbytes/justbytes-0.12.ebuild
Normal file
21
dev-python/justbytes/justbytes-0.12.ebuild
Normal 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="computing with and displaying bytes"
|
||||
HOMEPAGE="http://pythonhosted.org/justbytes/ https://pypi.org/project/justbytes/"
|
||||
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
|
||||
Reference in New Issue
Block a user