mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
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:
1
dev-python/mobi/Manifest
Normal file
1
dev-python/mobi/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mobi-0.3.2.tar.gz 91513 BLAKE2B 0a5b5da80e4cfaae4794dd20eb8a91b0f2b436d95bcd36ccc141a95900d8d3b339b4fb8991895b8de5d7787526d63beb14bfd44d34f1c3ae5d8cef6655251ac2 SHA512 702693dfbe54e1df4b45201411edb92aaea84241843ebc1e436a78e927873f9df2d28d94a6ab4559d7ef1f93d890207844e00453a0f289585977a00cf57135ee
|
||||
12
dev-python/mobi/metadata.xml
Normal file
12
dev-python/mobi/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>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>
|
||||
17
dev-python/mobi/mobi-0.3.2.ebuild
Normal file
17
dev-python/mobi/mobi-0.3.2.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user