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

21 lines
404 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$
2023-07-03 11:36:29 +02:00
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools
2020-10-02 12:15:08 +02:00
2023-07-03 11:36:29 +02:00
inherit distutils-r1 pypi
2020-10-02 12:15:08 +02:00
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
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}"