1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Update to 1.2.1

This commit is contained in:
Antoine Brodin 2020-07-26 11:08:16 +00:00
parent 66722555c7
commit 57f01f989b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543470
3 changed files with 4 additions and 16 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= expiringdict
PORTVERSION= 1.2.0
PORTVERSION= 1.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1572853342
SHA256 (expiringdict-1.2.0.tar.gz) = 3fe447714f3f5c9a9e3c5fb9e8980027fd69a0f0fa305238fd284cfc74088365
SIZE (expiringdict-1.2.0.tar.gz) = 8015
TIMESTAMP = 1592128772
SHA256 (expiringdict-1.2.1.tar.gz) = fe2ba427220425c3c8a3d29f6d2e2985bcee323f8bcd4021e68ebefbd90d8250
SIZE (expiringdict-1.2.1.tar.gz) = 8060

View File

@ -1,12 +0,0 @@
--- setup.py.orig 2019-11-03 07:18:11 UTC
+++ setup.py
@@ -36,9 +36,6 @@ setup(name="expiringdict",
include_package_data=True,
zip_safe=True,
tests_require=tests_require,
- install_requires=[
- "typing",
- ],
extras_require={
"tests": tests_require,
})