From 343610827efe76de4b7d4d60c217459a3744dbd4 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 2 Oct 2022 16:35:55 +0200 Subject: [PATCH] Added extfslib --- dev-python/extfslib/Manifest | 2 ++ dev-python/extfslib/extfslib-1.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 dev-python/extfslib/Manifest create mode 100644 dev-python/extfslib/extfslib-1.1.ebuild diff --git a/dev-python/extfslib/Manifest b/dev-python/extfslib/Manifest new file mode 100644 index 0000000..90e4af1 --- /dev/null +++ b/dev-python/extfslib/Manifest @@ -0,0 +1,2 @@ +DIST extfslib-1.1.tar.gz 5297 BLAKE2B a19e7d7b9386d9933a3eb4aeb1e7c51fb1e437a972438786f8b01ab741f294942d4b9550e582b549ae38ad24f4e66d8592bc3a79be43c97cecf8f05d6747c7c4 SHA512 2c4fed3ced4606f075f93d567391b6050d3ebb54d1b0da4afcf274771f4479a57da5c155a39967815f7b7ffb1fa1e91af3f559d1382ce18e1c1e48ca11a84f12 +EBUILD extfslib-1.1.ebuild 484 BLAKE2B c99cfbd975d496c3e162742501588f63dbd9575aee637cb180d056873ed5a62e87ca1ccaa5c9f2e5a899d5a36848007f7762070d1a881f46dd7ecf4026c0e55c SHA512 eecef55f8ae1dd0a6d7baa2cc6feaa614f3526d59366cee40cca81fe239d77a84dbef5ff223cff9bfed3b4e6bb5aa723db1d19a48dce41b887672632d81148c9 diff --git a/dev-python/extfslib/extfslib-1.1.ebuild b/dev-python/extfslib/extfslib-1.1.ebuild new file mode 100644 index 0000000..7165785 --- /dev/null +++ b/dev-python/extfslib/extfslib-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Midnight Commander extfs for several filetypes using Python" +HOMEPAGE="https://github.com/gryf/mc_extfslib" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="test" + +RDEPEND="" +DEPEND="${RDEPEND}" +BDEPEND=""