dev-python/pyquaternion: new ebuild

This commit is contained in:
layman
2021-03-08 10:01:13 -08:00
parent 43d8a4ed34
commit 912ba82135
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
AUX pyquaternion-0.9.9-version.patch 239 SHA256 8444599fc5ea581e35f74f3e332426eaaecbf9b129fa2e1a3636c2c9374daeef SHA512 6ebb30d10ab5dc9e39f642545dd7de52250bc74b9a55759c011068125ce4afb6f0abd5eee68abc7d62178e1eebff35dd90149f59bbe8dbd3a501396da9c45037 WHIRLPOOL f634f1b655762e996111fa745ad8c9d0e57dd529b46380603aba34305295b38afdeabd7d93110eb5cf55652d7675f25752a4e1c3ffd44e2505a19bad8752811e
DIST pyquaternion-0.9.9.tar.gz 15530 SHA256 b1f61af219cb2fe966b5fb79a192124f2e63a3f7a777ac3cadf2957b1a81bea8 SHA512 df57350628a79179df223b5b47ed69c311188896c8d5184ed716b619f6c2182399a2863202f3aa9f7be0087b1aab845b16a9a5f50967d9b5466b638ccaebb388 WHIRLPOOL dc968539096c2681aeee9646f2b3be0dd6ee46cfcc92ca5588c364b77be12c511e8844680e43d4c8790ee4c8a545059a55da4d11b6242f9e200715aeffd7038b
EBUILD pyquaternion-0.9.9.ebuild 421 SHA256 6caf34da24b0e1828cc8404b58928074779c240c40c3a4585b17b3280c262a2c SHA512 f76cbb0290ff6ffe08134e7d1b49ac550c2af03fdfb516440a3d465f25d7980cefa6edb3cdcc7be9348b623b188895d1cb805d6649db054cc40269b73f776d07 WHIRLPOOL b9cff5570360907b7a0aba9035b9f304ef48171fe592b3068a64f99710d4168754fc3ff4c90879dceb7465df2f5df4a2cca93890aa861fe8443797730018fba6

View File

@@ -0,0 +1,5 @@
diff -Nur pyquaternion-0.9.9.old/VERSION.txt pyquaternion-0.9.9/VERSION.txt
--- pyquaternion-0.9.9/VERSION.txt 1969-12-31 16:00:00.000000000 -0800
+++ pyquaternion-0.9.9/VERSION.txt 2021-03-08 09:58:50.560000000 -0800
@@ -0,0 +1 @@
+0.9.9

View File

@@ -0,0 +1,16 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="A fully featured, pythonic library for quaternion representation, manipulation, 3D animation and geometry"
HOMEPAGE="http://kieranwynn.github.io/pyquaternion/"
SRC_URI="https://github.com/KieranWynn/$PN/archive/v$PV.tar.gz -> $P.tar.gz"
PATCHES=$FILESDIR/$P-version.patch
RDEPEND="dev-python/numpy"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"