mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-proglog: Update to 0.1.11
Changes: https://github.com/Edinburgh-Genome-Foundry/Proglog/releases
This commit is contained in:
parent
23942e991f
commit
ceee14c52f
3 changed files with 15 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= proglog
|
PORTNAME= proglog
|
||||||
PORTVERSION= 0.1.10
|
PORTVERSION= 0.1.11
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1652122673
|
TIMESTAMP = 1744288950
|
||||||
SHA256 (proglog-0.1.10.tar.gz) = 658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4
|
SHA256 (proglog-0.1.11.tar.gz) = ce35a0f9d1153e69d0063cdae6e6f2d8708fa0a588fc4e089501b77005e72884
|
||||||
SIZE (proglog-0.1.10.tar.gz) = 11088
|
SIZE (proglog-0.1.11.tar.gz) = 9596
|
||||||
|
|
11
devel/py-proglog/files/patch-pyproject.toml
Normal file
11
devel/py-proglog/files/patch-pyproject.toml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- pyproject.toml.orig 2025-04-01 16:12:26 UTC
|
||||||
|
+++ pyproject.toml
|
||||||
|
@@ -1,7 +1,7 @@ version = "0.1.11"
|
||||||
|
[project]
|
||||||
|
name = "proglog"
|
||||||
|
version = "0.1.11"
|
||||||
|
-license = "MIT"
|
||||||
|
+license = { text = "MIT" }
|
||||||
|
authors = [{ name = "Zulko" }]
|
||||||
|
description = "Log and progress bar manager for console, notebooks, web..."
|
||||||
|
readme = "pypi-readme.rst"
|
Loading…
Add table
Reference in a new issue