mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/readmdict: initial import
Signed-off-by: Shaoyu Tseng <1over137@anche.no>
This commit is contained in:
1
dev-python/readmdict/Manifest
Normal file
1
dev-python/readmdict/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST readmdict-0.1.1.tar.gz 15881 BLAKE2B c320c9da11a348827379f1ebad4d67f2443cb3bda16afc5b7f8b7d7aa2a947874039b21c2c4aaaa1c9666d71b19a745ce78bcaa1df8d10455fa7a1cf5900168b SHA512 f68db59df07bb54f837b26b5fb3d2e2cd87aaac64d38bab5994398b7858f79759a4a216048259ce93e83681bf66318894cf80e68fb44fe5313a6eb44fd56f66e
|
||||
12
dev-python/readmdict/metadata.xml
Normal file
12
dev-python/readmdict/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>1over137@anche.no</email>
|
||||
<name>Shaoyu Tseng</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">readmdict</remote-id>
|
||||
<remote-id type="github">ffreemt/readmdict</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-python/readmdict/readmdict-0.1.1.ebuild
Normal file
17
dev-python/readmdict/readmdict-0.1.1.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
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"
|
||||
Reference in New Issue
Block a user