mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/vdf: drop 3.3
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST vdf-3.3.tar.gz 15799 BLAKE2B 48e12d6456f776ae7bf3a3dfec3bbe49f6089ce57720f4ab7beec7502604da290018c7af75f7bb58b1d8a25dc44daea7e028f70d75f7eecdaa9277e9f75a6fd0 SHA512 10b944ff88313001cdfd416b04f13daa7350aad75d3f790b6562cd3953fb5adebf7a0b54be24d853d68eb7ef2b8b469569ed37b3aafb0a2f4d0c6caa6816335f
|
||||
DIST vdf-3.4.tar.gz 17082 BLAKE2B f4f65134d5b1b5e52fcbc438b3bfd9000006659d8198e37e377edfda1c6166df0687ce44caf704feffeaa0d23356fffbfce11d467a093e8eb623ccb39a3da9d0 SHA512 a22668039d32cb1ef4660ea187a3a144a32e55e5b02c4c567b850d059a47beac111f9164c67bbe3e7b67d15117efe7b207882465b2353a65b7e0f0c107e88d5c
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
--- a/tests/test_vdf.py
|
||||
+++ b/tests/test_vdf.py
|
||||
@@ -1,5 +1,5 @@
|
||||
import unittest
|
||||
-import mock
|
||||
+import unittest.mock as mock
|
||||
import sys
|
||||
|
||||
try:
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/vdf/vdict.py
|
||||
+++ b/vdf/vdict.py
|
||||
@@ -5,7 +5,7 @@
|
||||
_iter_values = 'values'
|
||||
_range = range
|
||||
_string_type = str
|
||||
- import collections as _c
|
||||
+ import collections.abc as _c
|
||||
class _kView(_c.KeysView):
|
||||
def __iter__(self):
|
||||
return self._mapping.iterkeys()
|
||||
@@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..10} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A module for (de)serialization to and from VDF, Valve's key-value text format"
|
||||
HOMEPAGE="https://github.com/ValvePython/vdf"
|
||||
SRC_URI="https://codeload.github.com/ValvePython/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.2-mock_from_stdlib.patch
|
||||
"${FILESDIR}"/${PN}-3.3-collections_abc.patch
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user