Python 3.6 compatibility

This commit is contained in:
layman
2018-09-17 17:54:09 +02:00
parent 32f884fb82
commit 5f67f606e6
10 changed files with 42 additions and 15 deletions
+1
View File
@@ -0,0 +1 @@
EBUILD minipro-9999.ebuild 583 BLAKE2B 58ddfe26747864651e65917a412115bd4573788fb8297f3abe0d731b699e3dd0c72dbde4d14d70487090d21e3dc5aea446d2372fa1ec2b51699d7b4f617bef3f SHA512 e3903dadbac196c5667e207d66b5f4c10924ed61041b55f1c8ff7c9b89d63fa6bb54718a1c3e9761a278a6f79ee18859e2f0ad7ad5c67b83bacee4e775c5383a
@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit bash-completion-r1 git-r3 udev
DESCRIPTION="A free and open TL866XX programmer"
HOMEPAGE="https://github.com/vdudouyt/minipro"
EGIT_REPO_URI="https://github.com/vdudouyt/minipro.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="virtual/libusb:1"
DEPEND="${RDEPEND}"
src_install() {
dobin ${PN}{,-query-db,hex}
udev_dorules udev/debian/60-${PN}.rules
doman man/${PN}.1
dobashcomp bash_completion.d/${PN}
bashcomp_alias ${PN} ${PN}-query-db
}