mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
blinkstick: bump to 1.1.8_p20200211
This commit is contained in:
parent
29184ecb08
commit
33d8e23ab8
4 changed files with 53 additions and 10 deletions
1
dev-python/blinkstick/Manifest
Normal file
1
dev-python/blinkstick/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST blinkstick-1.1.8_p20200211.tar.gz 18626 BLAKE2B a8e2954654751e555eab90fa2bcb65cf78e3c1609cd3530f93ca3fcd12df9714c03389823f46c039b32ad706ec515b39b3c55ae4eaaa032c2518e1fb7ea52091 SHA512 fc0e6ba42912738e446f5a7236064f9fb6dd52db2ce1236ac646d7b63133cc10770aee68da2f08647736674cfed81b92e1abba1d091a5332cebef36e5b0a9d2e
|
||||
28
dev-python/blinkstick/blinkstick-1.1.8_p20200211.ebuild
Normal file
28
dev-python/blinkstick/blinkstick-1.1.8_p20200211.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="BlinkStick Python interface to control devices connected to the computer"
|
||||
HOMEPAGE="https://github.com/arvydas/blinkstick-python"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/arvydas/blinkstick-python"
|
||||
else
|
||||
HASH_COMMIT="49506768795ac1b4c2389fbde3471a20bd799dbe" # 2020-02-11
|
||||
|
||||
SRC_URI="https://github.com/arvydas/blinkstick-python/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-python-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/pyusb[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,22 +1,28 @@
|
|||
# Copyright 2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
inherit distutils-r1 git-r3
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
EGIT_REPO_URI="https://github.com/arvydas/blinkstick-python.git"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="BlinkStick Python interface to control devices connected to the computer"
|
||||
HOMEPAGE="https://github.com/arvydas/blinkstick-python"
|
||||
SRC_URI=""
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/arvydas/blinkstick-python"
|
||||
else
|
||||
HASH_COMMIT="49506768795ac1b4c2389fbde3471a20bd799dbe" # 2020-02-11
|
||||
|
||||
SRC_URI="https://github.com/arvydas/blinkstick-python/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-python-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/pyusb[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
8
dev-python/blinkstick/metadata.xml
Normal file
8
dev-python/blinkstick/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue