Updates
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST altgraph-0.17.3.tar.gz 48328 BLAKE2B 4732958bfdf3f99db3b8ec2a6fc392eae2d4cc18fc1c07ffeb7d227bbaff0576822027896bca3a7d2e8a3f6beb22375b4e42e5c052de5666ffdcd50e3027f312 SHA512 5e0ab6829d85013ff9a2dfdd6bf7f8606643c8d97a28ac3b3daf43f1180cc451a31f3ba463dd03056ab123f331051bdccbcbbf1bad6e8b19c2c40db01b3e5913
|
||||
EBUILD altgraph-0.17.3.ebuild 535 BLAKE2B 7161d71cce56e64087bce2003b4ff70d8851c212fdd31f24e5c084d85d12b634c9e054942a421845180fcf803bf038a8b3ab37792331858293689f27f8a7649c SHA512 2857877f6aa49047ffc4e6c9cd21b5c568721b0c97fe601dadb52c76a2b84600930912fb102ccbbecf35c661da23c6adee928b954d0fee330f2512f468d2ac37
|
||||
MISC metadata.xml 247 BLAKE2B ae5f267473484534ee61a7cd52245ee69d9c421501cb0a0d3f81718b5ab6c68910504916bf0286ea7867811287f3bf615170ebd98f53dd9d8550b5776e38d384 SHA512 4627261dec42712ceb800a9614f46820774178ca39fde85a057a3014aed7ffc9d3f5324857becb0c839cb713bff0eacd2b64cd1bcd2e914af6f3245032287559
|
||||
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A constructing graphs, BFS and DFS traversals, etc"
|
||||
HOMEPAGE="https://altgraph.readthedocs.io/en/latest/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,2 @@
|
||||
DIST django-qrcode-0.3.tar.gz 4188 BLAKE2B 7c38dae8b773b5e4a30255d08ad93ec0c0f17abcabea033728df70077e08693b05b203c78c2497479feabfc0d3b0c73a42aa4efcf72689e99323f98fcd7569e4 SHA512 fc7267c6bc18e54a38bff607f7dfec0825f8fd5ff3af07be2dd5cbeba46854cea66c3606e20b1f72b7ecbd5137ac6f5133afdf466ec59ee31511a7d6116de7c6
|
||||
EBUILD django-qrcode-0.3.ebuild 969 BLAKE2B 0572c4abb46247481c22e2832dce9a3a086bb447e570c081dc7e113b81a8629fb1f03f2a3b23c93c48f9bcafc632061dd924fb45a7e57e0d808849312fb6a6a4 SHA512 cc0372f454c4c468b84526ef7cff2657fd2f52d626a17b68e984f866a9831cfb619e5695f23c0b321cb9011e8def099fb7f30ed05c07a6104192b18ade45503c
|
||||
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple django application to simplify the inclusion of QR codes"
|
||||
HOMEPAGE="
|
||||
https://github.com/pablorecio/django-qrcode
|
||||
https://pypi.org/project/django-qrcode
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
dev-python/freezegun[${PYTHON_USEDEP}]
|
||||
dev-python/qrcode[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/tomli[${PYTHON_USEDEP}]
|
||||
' 3.9 3.10)
|
||||
${RDEPEND}
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
local -x PYTHONPATH=test:${PYTHONPATH}
|
||||
local -x DJANGO_SETTINGS_MODULE=test_project.settings
|
||||
"${EPYTHON}" -m django test -v 2 django_otp ||
|
||||
die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
DIST packbits-0.6.tar.gz 2167 BLAKE2B 7870c366950847d4a4eeff111f17ff2564a4aa71f629946bfd734e0d95844e67796b68cafb850268411980bf0700ae253b3b4c60a4224852eb8c2dee51db8390 SHA512 7f8b043cbc29246d17dd85b5f857fbdf66a8d981c2a2526323b99807189a54983ce9905b75d896039c3fff0261d077ad748c5afcfe69e81537743fabce66fb9a
|
||||
EBUILD packbits-0.6.ebuild 421 BLAKE2B b599fd59147d856af9341ac31286babdd8b605c1dbaaf7e32d2d8651a9b2b72012712eddfa5f93388819c4fcbc6969abe654ba8c83dbde88415d4830ec10728d SHA512 72025f925bf3af1bc1bc6a10cc48350e9de3c279b2d5e50bb6331a273bf939f0fca7b44bba17581b587544de4f8644bfe7fb94008d2383bd4b9e08b35e44fbdb
|
||||
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="PackBits encoder/decoder"
|
||||
HOMEPAGE="https://github.com/psd-tools/packbits https://pypi.org/project/packbits"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="*"
|
||||
RESTRICT="mirror"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
@@ -0,0 +1,3 @@
|
||||
DIST PyBluez-0.22.zip 109060 BLAKE2B 0bbe0d23b3baf0e76567f2dee8f38ca1460767179df15b52c545e84cd131d23a5ae3752dd7867aae6307fd98f0b2c5a5f55b23c550805e163675526696f559fb SHA512 c166a976d311eba73516aaf86ab42b100a39ebccd3d70f93ccb89f59c12127a857698dcfe4b25f8f689eee12187b5f35ccc8235e36cf012e73df155ba5adfae6
|
||||
EBUILD pybluez-0.22.ebuild 739 BLAKE2B 575535643e5fcbab22a71dd634c871557ca30417e58f8655481eadeb14d614bab99e3da7c038ffdd6986dd5f3619dcea9e3c66308bbd7411fee806ba82a9ade8 SHA512 b5baab23926fcfb7829065e4551810b4f958b2bfe72d6806b468b3025a110ccdb7a1da55c3438ba0fc65081877d365463b426eb49f2663e4a45e1e99af6a72d7
|
||||
EBUILD pybluez-9999.ebuild 892 BLAKE2B f22aa457ffbcee6b66388fd70c4865e72672cbf398ded869dd185b4ade0fcb7832882bec472f0960aa86cfc07eae1fab972dcdb94d1493ffc1d500a28f33911b SHA512 5a4f9f919c017e25ccba7f04bf0ed29d59721d7ef5d08ab292cfa88fc87eba8cfd3989acee2654d651e777c98cbf29f04a04b10eb61fb03f7007fd421545d114
|
||||
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN="PyBluez"
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Bluetooth Python extension module"
|
||||
HOMEPAGE="https://github.com/pybluez/pybluez/ https://pypi.org/project/PyBluez/"
|
||||
SRC_URI="$(pypi_sdist_url --no-normalize "${PYPI_PN}" "${PV}" ".zip")"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND="net-wireless/bluez"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN="PyBluez"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bluetooth Python extension module"
|
||||
HOMEPAGE="https://github.com/pybluez/pybluez/ https://pypi.org/project/PyBluez/"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
KEYWORDS=""
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="$(pypi_sdist_url --no-normalize "${PYPI_PN}" "${PV}" ".zip")"
|
||||
inherit pypi
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND="net-wireless/bluez"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
AUX pytouch-cube-9999-linux.diff 646 BLAKE2B e6d48eaad4aa283376539d3dc7c6b097f99081002e7682f93c04501aecee5de04cfe80472da048228e57312e42c7106c0fe766c33162707225c94564bf19b89e SHA512 d33016fa4636ab3f7b56e8020a703daf12a34adbefa1515981ac28b12db3615ff3ead76e6520e6a6fd6a41c7290ad09a530bce89739360a346194456a526f3b9
|
||||
EBUILD pytouch-cube-9999.ebuild 1278 BLAKE2B 79a58b920260a53994067308cece1152bef806777b1cc68de200344f54ae7025d0daca2199a538051ea505460df8a607389b9d3c7c13451d4db1b7d72bfd010e SHA512 de2fc5f89fce083cae8c8a78319e95424f5d6e56d644c0163692409534374fd24ddd7407275fdef273705582cbfccdee4ba2994142068741c35929ceaabdd153
|
||||
@@ -0,0 +1,22 @@
|
||||
diff -urN pytouch-cube-9999.orig/setup.py pytouch-cube-9999/setup.py
|
||||
--- pytouch-cube-9999.orig/setup.py 2023-11-03 11:19:27.180117075 +0100
|
||||
+++ pytouch-cube-9999/setup.py 2023-11-03 11:21:07.917408856 +0100
|
||||
@@ -8,9 +8,6 @@
|
||||
from setuptools import setup
|
||||
from util import *
|
||||
import app
|
||||
-import site
|
||||
-
|
||||
-qt_plugin_root = site.getsitepackages()[1] + "\\PyQt6\\Qt\\plugins"
|
||||
|
||||
APP = 'pytouch3.py'
|
||||
data_files = [
|
||||
@@ -24,6 +21,8 @@
|
||||
if is_mac:
|
||||
setup_requires = ['py2app']
|
||||
elif is_win:
|
||||
+ import site
|
||||
+ qt_plugin_root = site.getsitepackages()[1] + "\\PyQt6\\Qt\\plugins"
|
||||
kwargs = {
|
||||
"windows": [{
|
||||
"script": APP[0],
|
||||
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
MY_PN="engineering_notation"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Qt5 Label Editor for Brother P-Touch Cube label maker"
|
||||
HOMEPAGE="https://github.com/piksel/pytouch-cube"
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/piksel/${PN}.git"
|
||||
KEYWORDS=""
|
||||
inherit git-r3
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/piksel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="$(python_gen_cond_dep '
|
||||
>=dev-python/PyQt6-6.3[${PYTHON_USEDEP}]
|
||||
dev-python/altgraph[${PYTHON_USEDEP}]
|
||||
~dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
|
||||
dev-python/packbits[${PYTHON_USEDEP}]
|
||||
dev-python/pybluez[${PYTHON_USEDEP}]
|
||||
dev-python/pypng[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/qasync[${PYTHON_USEDEP}]
|
||||
dev-python/qrcode[${PYTHON_USEDEP}]
|
||||
')"
|
||||
#dev-python/django-qrcode[${PYTHON_USEDEP}]
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES="${FILESDIR}/${P}-linux.diff"
|
||||
@@ -0,0 +1,2 @@
|
||||
DIST qasync-0.24.0.tar.gz 18311 BLAKE2B 446ae9ba5e72aa70f6c86741a891bcaa61be86b1bb99d37e07f260892876b91c2cba7f8c92e6576af69b8d31d2b4bbdcc91a4e7d6ffa6c7cbe82cac85438f5bc SHA512 b9c09314b9e07b4510ae499fd0b37ce74e28ed6d0a63c7be276fb5c424e2f734d8fc2ea321c1f3e477c84e6d42bb5986d315eb199e01ecf9e6474ea490253758
|
||||
EBUILD qasync-0.24.0.ebuild 480 BLAKE2B 02288450be95d3417461baad4dc2f2f0f1f5396ef81aff46c1496f8f2546ee3c00406f6da8fe1283db5a9db607774a05d731c2d7641efd13e548c2f426b0e267 SHA512 5c9f8f7db05c099425e1f9f3c6c0106838c6501bd62cc93096bc5211b869aa12c8f3f75b53f9ea7562831f554ed07ee7fe40e178bbb6222b9936b7d0d2cfe86a
|
||||
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Implementation of the asyncio (PEP 3156) event-loop with Qt"
|
||||
HOMEPAGE="https://github.com/CabbageDevelopment/qasync"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/PyQt6[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user