tkurbad-overlay/dev-python/euclid3/euclid3-0.01-r1.ebuild

22 lines
447 B
Bash
Raw Normal View History

2020-10-02 12:15:08 +02:00
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
2021-06-23 14:52:35 +02:00
EAPI=7
2022-07-29 17:27:42 +02:00
PYTHON_COMPAT=( python3_{8,9,10} )
2020-10-02 12:15:08 +02:00
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
2022-07-29 17:27:42 +02:00
DESCRIPTION="2D and 3D maths module for Python"
HOMEPAGE="http://partiallydisassembled.net/euclid.html"
2020-10-02 12:15:08 +02:00
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
2022-07-29 17:27:42 +02:00
LICENSE=""
2020-10-02 12:15:08 +02:00
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
2022-07-29 17:27:42 +02:00
RDEPEND=""
2020-10-02 12:15:08 +02:00
DEPEND="${RDEPEND}"