git: 5bd3e06d8428 - main - math/py-timple: update to 0.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 20:47:40 UTC
The branch main has been updated by jgh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bd3e06d8428787f8bef54138d4de11b2c1f1450 commit 5bd3e06d8428787f8bef54138d4de11b2c1f1450 Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2023-11-27 20:39:49 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2023-11-27 20:39:49 +0000 math/py-timple: update to 0.1.7 --- math/py-timple/Makefile | 3 +-- math/py-timple/distinfo | 6 +++--- math/py-timple/files/patch-setup.cfg | 21 --------------------- 3 files changed, 4 insertions(+), 26 deletions(-) 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,6 +1,5 @@ PORTNAME= timple -PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTVERSION= 0.1.7 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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