dev-python/PyAutoGUI: add
Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
parent
24bdac8a9a
commit
9ceaefffc1
3 changed files with 32 additions and 0 deletions
3
dev-python/PyAutoGUI/Manifest
Normal file
3
dev-python/PyAutoGUI/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST PyAutoGUI-0.9.53.tar.gz 59031 BLAKE2B 4aa1463cb4c1ff91f6bc91d3977e426ca531bd575aee0137914f691008729043803b874db9b4ea51463f996ae44f307bbd2e048a50bc976d458405d0ee244def SHA512 ac232bac242a3da4396d1bb6d3ddfb49207a081feedf86633fc38db9389bd30d005f0c08e21c418272785b69e4ee9a82710ae46948f51e66fa9617f39bbce59f
|
||||
EBUILD PyAutoGUI-0.9.53.ebuild 630 BLAKE2B d17c7dc11fee69284d9f5cdead6065e2c8ba79b4c8ddc1b825f549d157eab7d15f72d39b4dbadcacd5d94c9eb16df6e223243fc34c399d1c15bc5a549939a306 SHA512 005cf9fcd7fcfe3756e3aa12e148029e9a7aec0ec2a44514db55910dd36bf59599492bb753d4df258e9d16f76a9fd79729c2b92cabaea753cb54a423f2ea1b8e
|
||||
MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f
|
||||
22
dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild
Normal file
22
dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
PYTHON_COMPAT=( python3_9 python3_10 python3_11 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Controller Area Network interface module for Python"
|
||||
HOMEPAGE="https://python-can.readthedocs.io/en/master/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/python-xlib[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP},jpeg]"
|
||||
BDEPEND="${RDEPEND} dev-python/pytest-timeout dev-python/pytest-cov"
|
||||
RESTRICT="mirror test"
|
||||
7
dev-python/PyAutoGUI/metadata.xml
Normal file
7
dev-python/PyAutoGUI/metadata.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ischluff@mailbox.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue