diff --git a/math/py-timple/Makefile b/math/py-timple/Makefile index 26d69757b689..d7d633b6f859 100644 --- a/math/py-timple/Makefile +++ b/math/py-timple/Makefile @@ -1,22 +1,21 @@ PORTNAME= timple -PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTVERSION= 0.1.7 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Extended functionality for plotting timedelta values with Matplotlib WWW= https://github.com/theOehrly/Timple LICENSE= MIT RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include diff --git a/math/py-timple/distinfo b/math/py-timple/distinfo index 17cc1e2371e9..e1c865db2dff 100644 --- a/math/py-timple/distinfo +++ b/math/py-timple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652556817 -SHA256 (timple-0.1.5.tar.gz) = aa7eeb1dead4d187a7de3d1cb8bbf674543cfdb4d77e6cc4d324ddf35de1fb71 -SIZE (timple-0.1.5.tar.gz) = 16951 +TIMESTAMP = 1700941044 +SHA256 (timple-0.1.7.tar.gz) = 77a789a9b52582abd7fc46b482f7c63b607f611b28e6395330ab1e7016a42b29 +SIZE (timple-0.1.7.tar.gz) = 17016 diff --git a/math/py-timple/files/patch-setup.cfg b/math/py-timple/files/patch-setup.cfg deleted file mode 100644 index 1881b5a1fd7c..000000000000 --- a/math/py-timple/files/patch-setup.cfg +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.cfg.orig 2021-11-18 17:41:37 UTC -+++ setup.cfg -@@ -5,15 +5,15 @@ license = MIT - license_files = LICENSE.rst - author = Oehrly - author_email = oehrly@mailbox.org --home-page = https://github.com/theOehrly/Timple -+home_page = https://github.com/theOehrly/Timple - description = Extended functionality for plotting timedelta-like values with Matplotlib --long-description = file: README.md -+long_description = file: README.md - long_description_content_type = text/markdown - - [options] - zip_safe = False - packages = timple --python_requires = >= 3.* -+python_requires = >= 3.0 - install_requires = - numpy - matplotlib