mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/requests-unixsocket: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST requests-unixsocket-0.2.0.tar.gz 13303 BLAKE2B cda02b5d963b00fb06cf86819bcbf552ecc21e30064198da338f502f47547a1f93184fd06052047c6cb8a6181f0a2f7b7a7cc53183b18dc22165a41dc14144b5 SHA512 a670f136ff1d8fb427cd017d92d388fd48a8a853d50aaa6eed685f3b453e28c6dbf5a710d7394face3eec42f8bdd84f798c7c4c82dab7b53d7a8c229ade52405
|
||||
DIST requests-unixsocket-0.3.0.tar.gz 14478 BLAKE2B 5b46ea051729326498f50ba7a952429d271deb102060f8e3019d259ddc21dbffdca8960e140c7ccb25898034cf37fb90dd143c970e75bdc6e6442e9515f14d6e SHA512 21c887b0c3fa526a2debb3960e0ea4dc3b3015cdd517459b6484501176321408d1b4c87dd2840c7d8b71d08fa9114f655ae03f8bc9ff1fca33c914900ef82f5b
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
diff --git a/setup.cfg b/setup.cfg
|
||||
index 155f297..9d61d28 100644
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,11 +1,12 @@
|
||||
[metadata]
|
||||
name = requests-unixsocket
|
||||
+version = 0.2.0
|
||||
author = Marc Abramowitz
|
||||
-author-email = marc@marc-abramowitz.com
|
||||
+author_email = marc@marc-abramowitz.com
|
||||
summary = Use requests to talk HTTP via a UNIX domain socket
|
||||
description-file = README.rst
|
||||
license = Apache-2
|
||||
-home-page = https://github.com/msabramo/requests-unixsocket
|
||||
+home_page = https://github.com/msabramo/requests-unixsocket
|
||||
classifier =
|
||||
Development Status :: 3 - Alpha
|
||||
Intended Audience :: Developers
|
||||
@@ -22,7 +23,7 @@ classifier =
|
||||
Programming Language :: Python :: 3.6
|
||||
test_suite = requests_unixsocket.tests
|
||||
|
||||
-[files]
|
||||
+[options]
|
||||
packages = requests_unixsocket
|
||||
|
||||
[wheel]
|
||||
diff --git a/setup.py b/setup.py
|
||||
index aa2d8a0..beda28e 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -2,7 +2,4 @@
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
-setup(
|
||||
- setup_requires=['pbr'],
|
||||
- pbr=True,
|
||||
-)
|
||||
+setup()
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Use requests to talk HTTP via a UNIX domain socket"
|
||||
HOMEPAGE="https://github.com/msabramo/requests-unixsocket"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? ( dev-python/waitress[${PYTHON_USEDEP}] )"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-no-pbr.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's:--pep8::' pytest.ini || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user