Skip to content

Commit

Permalink
games-misc/doge: modernize and enable py3.10
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/819114
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Feb 11, 2022
1 parent d466a48 commit e439fe1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions games-misc/doge/doge-3.6.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

DESCRIPTION="wow very terminal doge"
HOMEPAGE="https://pypi.org/project/doge/"
SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="sys-process/procps"

0 comments on commit e439fe1

Please sign in to comment.