Compare commits
2 Commits
93cac2889d
...
711c215c99
Author | SHA1 | Date | |
---|---|---|---|
|
711c215c99 | ||
|
f408cb106f |
1
dev-python/plyer/Manifest
Normal file
1
dev-python/plyer/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST plyer-1.4.3.tar.gz 281968 BLAKE2B a779eca05ace3cc0bd1809a11b04fe9abfbb91449e875fb2e70e7c80cc3a8a925884578305c5d2f020c02e0b8c42df4d93317abf04e2494bfacf19d12e2e56dc SHA512 4d7bff97714d4222ed0e786e182a8b2e234c978dcc51650fbf5070986c305fb5b076fc127f2bfa24f22b2518f4151b5b70991ebd84007e15d9545ddc40a0e955
|
11
dev-python/plyer/metadata.xml
Normal file
11
dev-python/plyer/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email> parona@protonmail.com </email>
|
||||
<name> Alfred Wingate </name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Plyer is a platform-independent api to use features commonly found on various platforms, notably mobile ones, in Python.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
15
dev-python/plyer/plyer-1.4.3.ebuild
Normal file
15
dev-python/plyer/plyer-1.4.3.ebuild
Normal file
@ -0,0 +1,15 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6..9})
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs"
|
||||
HOMEPAGE="https://github.com/kivy/plyer"
|
||||
SRC_URI="https://github.com/kivy/plyer/archive/"${PV}".tar.gz -> "${PF}".tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
@ -27,6 +27,7 @@ if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/mirukana/mirage.git"
|
||||
EGIT_BRANCH="dev"
|
||||
EGIT_SUBMODULES=( '*' )
|
||||
else
|
||||
SRC_URI="
|
||||
@ -74,6 +75,7 @@ RDEPEND="
|
||||
>=dev-python/lxml-4.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mistune-0.8.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-7.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/plyer-1.4.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymediainfo-4.2.1[${PYTHON_USEDEP}]
|
||||
python_single_target_python3_6? ( >=dev-python/async_generator-1.10[python_targets_python3_6] )
|
||||
python_single_target_python3_6? ( >=dev-python/dataclasses-0.6[python_targets_python3_6] )
|
||||
|
Loading…
Reference in New Issue
Block a user