dev-python/mobi: new package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>
This commit is contained in:
Shaoyu Tseng
2022-01-21 11:25:35 +08:00
parent 1bf99d22b9
commit 48d9ca47fe
3 changed files with 30 additions and 0 deletions

1
dev-python/mobi/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST mobi-0.3.2.tar.gz 91513 BLAKE2B 0a5b5da80e4cfaae4794dd20eb8a91b0f2b436d95bcd36ccc141a95900d8d3b339b4fb8991895b8de5d7787526d63beb14bfd44d34f1c3ae5d8cef6655251ac2 SHA512 702693dfbe54e1df4b45201411edb92aaea84241843ebc1e436a78e927873f9df2d28d94a6ab4559d7ef1f93d890207844e00453a0f289585977a00cf57135ee

View 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>shaoyu0209@tuta.io</email>
<name>Shaoyu Tseng</name>
</maintainer>
<upstream>
<remote-id type="pypi">mobi</remote-id>
<remote-id type="github">iscc/mobi</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,17 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="unpack unencrypted mobi files"
HOMEPAGE="https://github.com/iscc/mobi https://pypi.org/project/mobi/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
distutils_enable_tests pytest