1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update to 1.2.0

This commit is contained in:
Antoine Brodin 2020-01-28 10:22:24 +00:00
parent 9763159e6a
commit 27245df360
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524467
3 changed files with 18 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= expiringdict
PORTVERSION= 1.1.4
PORTVERSION= 1.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +12,8 @@ COMMENT= Dictionary with auto-expiring values for caching purposes
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PY_TYPING}
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1509629327
SHA256 (expiringdict-1.1.4.tar.gz) = 9275c3f3aa6cabe394355b6454100eb1cdfe395c6b592c26603a2a0f9e3a0587
SIZE (expiringdict-1.1.4.tar.gz) = 6900
TIMESTAMP = 1572853342
SHA256 (expiringdict-1.2.0.tar.gz) = 3fe447714f3f5c9a9e3c5fb9e8980027fd69a0f0fa305238fd284cfc74088365
SIZE (expiringdict-1.2.0.tar.gz) = 8015

View File

@ -0,0 +1,12 @@
--- 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,
})