Skip to content

Commit

Permalink
devel/py-logfury: Update to 1.0.1
Browse files Browse the repository at this point in the history
- Update LICENSE_FILE
- Update WWW

Changes:	https://github.com/reef-technologies/logfury/releases
  • Loading branch information
sunpoet committed Aug 27, 2022
1 parent b8422b4 commit a21c33c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/py-logfury/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= logfury
PORTVERSION= 0.1.2
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,8 +10,7 @@ COMMENT= Toolkit for logging of library method calls
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcsigs>=1.0.2:devel/py-funcsigs@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist distutils
Expand Down
6 changes: 3 additions & 3 deletions devel/py-logfury/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1585752123
SHA256 (logfury-0.1.2.tar.gz) = 42da58fbbd4e6fdb9e5b6b9098e94c249ba9cebfae125643329c8636768edcd3
SIZE (logfury-0.1.2.tar.gz) = 17222
TIMESTAMP = 1660576940
SHA256 (logfury-1.0.1.tar.gz) = 130a5daceab9ad534924252ddf70482aa2c96662b3a3825a7d30981d03b76a26
SIZE (logfury-1.0.1.tar.gz) = 12826
10 changes: 10 additions & 0 deletions devel/py-logfury/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- setup.py.orig 2021-10-21 05:05:21 UTC
+++ setup.py
@@ -72,6 +72,6 @@ setup(
classifiers = CLASSIFIERS,
package_data = {NAME: ['requirements.txt', 'LICENSE']},
- setup_requires = ['setuptools_scm<6.0'], # setuptools_scm>=6.0 doesn't support Python 3.5
+ setup_requires = ['setuptools_scm'], # setuptools_scm>=6.0 doesn't support Python 3.5
use_scm_version = True,
) # yapf: disable
2 changes: 1 addition & 1 deletion devel/py-logfury/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Logfury is for python library maintainers. It allows for responsible,
low-boilerplate logging of method calls.

WWW: https://github.com/ppolewicz/logfury
WWW: https://github.com/reef-technologies/logfury

0 comments on commit a21c33c

Please sign in to comment.