1
0
mirror of synced 2024-05-28 08:20:09 +02:00
TheChymera-overlay/app-text/sarcasm-formatter/sarcasm-formatter-0.1.ebuild
Horea Christian 9e1ef0ea9c
sci-libs/pytorch: fix https://bugs.gentoo.org/755101
with input from Hendrik Klug

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
2020-11-25 05:26:16 -05:00

23 lines
504 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5..9} )
inherit distutils-r1
DESCRIPTION="Reormat text as alternating lower and upper case letters"
HOMEPAGE="https://github.com/Othyem86/sarcasm-formatter"
SRC_URI="https://github.com/Othyem86/sarcasm-formatter/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
"