From 1e643d28989fd462ee6c6aab9b0862f7f94c7cd6 Mon Sep 17 00:00:00 2001 From: Paul Healy Date: Sun, 21 May 2023 14:51:26 +0100 Subject: revbump, github HP, py10,11 Signed-off-by: Paul Healy --- games-simulation/llbase/Manifest | 3 ++- games-simulation/llbase/llbase-1.2.11.ebuild | 36 ---------------------------- games-simulation/llbase/llbase-1.3.1.ebuild | 35 +++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 games-simulation/llbase/llbase-1.2.11.ebuild create mode 100644 games-simulation/llbase/llbase-1.3.1.ebuild diff --git a/games-simulation/llbase/Manifest b/games-simulation/llbase/Manifest index 9b6238f..581967c 100644 --- a/games-simulation/llbase/Manifest +++ b/games-simulation/llbase/Manifest @@ -1 +1,2 @@ -EBUILD llbase-1.2.11.ebuild 753 BLAKE2B 2ee92082a526d5b263bbe5432247f6ce09eca9081ac337d10d4c59133050d8a17fba7f2b8d2c91a55f2f3581e76d4b702facc8875566563cc22465042066d4e7 SHA512 d29502ccee85e8ea03c009056d9c77f7a564f5a96af1e0326fe566b063b9e8b9b4778e45f79c5094f5aef995b88a2c349a5899f51902cea87d258aea60e3f889 +DIST llbase-1.3.1.tar.gz 36023 BLAKE2B e067714e0eabba64531c9007310e6a7a95e3a837dd9f3d3e8e0363d74a7f03d870fad4071204b7df47bf69e91406cd0a08afef1cf6d3fb019de2f84da8cc86e8 SHA512 fdaa005dbfa0fe558455246b6ce84b0a21a582feb7ecdaa511b3691a49c65e8285cbb881789f36dcca603f985f5fca48ce386098bc42bd87ec02a5dac4928d2e +EBUILD llbase-1.3.1.ebuild 731 BLAKE2B c0388eabdc46ebef947215acc26c7df3c69b3628ed7cabc2bd1dabda9ce182da2b13c10095a5f27942ae84d27df26a86ba4b03540403f5ab7ccc41d59f5ab4e3 SHA512 e6f6ba1599ce8b80bf7b717231f2acd418b1c00f114d07ac007cfb8236f2b881b17283b4b8088ad0e5c4c693ec5b5049ca85039f0db8b8f8e9c91cb4eefb4443 diff --git a/games-simulation/llbase/llbase-1.2.11.ebuild b/games-simulation/llbase/llbase-1.2.11.ebuild deleted file mode 100644 index 476e125..0000000 --- a/games-simulation/llbase/llbase-1.2.11.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_9) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit eutils distutils-r1 git-r3 - -DESCRIPTION="Utility modules used from Linden Lab" -HOMEPAGE="https://bitbucket.org/lindenlab/llbase/src/master/" -EGIT_REPO_URI="https://bitbucket.org/lindenlab/llbase.git" -EGIT_COMMIT="85b2b7d38f91e1c1f76cf742f26d5cdc9e0e1ced" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - ${PYTHON_DEPS} -" -DEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) - dev-python/requests[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND} -" - -DOCS="README.md" - -distutils_enable_tests nose diff --git a/games-simulation/llbase/llbase-1.3.1.ebuild b/games-simulation/llbase/llbase-1.3.1.ebuild new file mode 100644 index 0000000..4d6351f --- /dev/null +++ b/games-simulation/llbase/llbase-1.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_{10,11}) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit eutils distutils-r1 + +DESCRIPTION="Utility modules used from Linden Lab" +HOMEPAGE="https://github.com/secondlife/python-llbase" +SRC_URI="https://github.com/secondlife/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + ${PYTHON_DEPS} +" +DEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) + dev-python/requests[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + ${RDEPEND} +" + +DOCS="README.md" + +distutils_enable_tests nose -- cgit v1.2.3-65-gdbad