summaryrefslogtreecommitdiff
path: root/dev-python/readmdict
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-08 12:35:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-08 12:35:22 +0000
commit128d0d5c280b5b94db0ad982e27e0d08355294fe (patch)
tree4aec106b3fe8c957460aaac2aa814aca76c56c3b /dev-python/readmdict
parentc015907609eb93d6adc33fb87cd199f652cafc57 (diff)
downloadbaldeagleos-repo-128d0d5c280b5b94db0ad982e27e0d08355294fe.tar.gz
baldeagleos-repo-128d0d5c280b5b94db0ad982e27e0d08355294fe.tar.xz
baldeagleos-repo-128d0d5c280b5b94db0ad982e27e0d08355294fe.zip
Adding metadata
Diffstat (limited to 'dev-python/readmdict')
-rw-r--r--dev-python/readmdict/readmdict-0.1.1-r1.ebuild22
-rw-r--r--dev-python/readmdict/readmdict-0.1.1.ebuild17
2 files changed, 22 insertions, 17 deletions
diff --git a/dev-python/readmdict/readmdict-0.1.1-r1.ebuild b/dev-python/readmdict/readmdict-0.1.1-r1.ebuild
new file mode 100644
index 000000000000..266860b92931
--- /dev/null
+++ b/dev-python/readmdict/readmdict-0.1.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Read mdx/mdd files"
+HOMEPAGE="
+ https://github.com/ffreemt/readmdict
+ https://pypi.org/project/readmdict/
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+pkg_postinst() {
+ optfeature "LZO support" dev-python/python-lzo
+}
diff --git a/dev-python/readmdict/readmdict-0.1.1.ebuild b/dev-python/readmdict/readmdict-0.1.1.ebuild
deleted file mode 100644
index 2b951eb84741..000000000000
--- a/dev-python/readmdict/readmdict-0.1.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-inherit distutils-r1
-
-DESCRIPTION="Read mdx/mdd files"
-HOMEPAGE="https://github.com/ffreemt/readmdict https://pypi.org/project/readmdict/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-DEPENDS="dev-python/python-lzo[${PYTHON_USEDEP}]"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"