mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
pyppeteer: get python3.9, fork websockets, stable
This commit is contained in:
parent
d89b442bba
commit
86752b86b4
4 changed files with 32 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ SRC_URI="https://github.com/pyppeteer/pyppeteer/archive/${PV}.tar.gz -> ${P}.tar
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
#pyproject.toml
|
||||
|
|
|
|||
1
dev-python/websockets/Manifest
Normal file
1
dev-python/websockets/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
|
||||
12
dev-python/websockets/metadata.xml
Normal file
12
dev-python/websockets/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">aaugustin/websockets</remote-id>
|
||||
<remote-id type="pypi">websockets</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-python/websockets/websockets-8.1.ebuild
Normal file
17
dev-python/websockets/websockets-8.1.ebuild
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
distutils_enable_tests unittest
|
||||
|
||||
DESCRIPTION="Library for building WebSocket servers and clients in Python"
|
||||
HOMEPAGE="https://websockets.readthedocs.io/"
|
||||
SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
|
||||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
Loading…
Reference in a new issue