1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00

net-im/cawbird: bump to 1.4.2, remove old

This commit is contained in:
2021-10-03 12:07:54 +02:00
parent 55fb42f95c
commit 915b7f3936
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit cmake python-single-r1
EGIT_COMMIT="fbf9d24de3e5322d75658c0733afd5b139280ad8"
DESCRIPTION="A Python Byte-code Disassembler/Decompiler"
HOMEPAGE="https://github.com/zrax/pycdc"
SRC_URI="https://github.com/zrax/pycdc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="${PYTHON_DEPS}"
S="${WORKDIR}/pycdc-${EGIT_COMMIT}"