View | Details | Raw Unified | Return to bug 276494 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/py-todoman/Makefile (-3 / +5 lines)
Lines 1-5 Link Here
1
PORTNAME=	todoman
1
PORTNAME=	todoman
2
DISTVERSION=	4.1.0
2
DISTVERSION=	4.4.0
3
CATEGORIES=	deskutils python
3
CATEGORIES=	deskutils python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 WWW= https://github.com/pimutils/todoman/ Link Here
11
LICENSE=	ISCL
11
LICENSE=	ISCL
12
LICENSE_FILE=	${WRKSRC}/LICENCE
12
LICENSE_FILE=	${WRKSRC}/LICENCE
13
13
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
14
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
15
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \
Lines 24-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FL Link Here
24
		${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
26
		${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
25
27
26
USES=		python
28
USES=		python
27
USE_PYTHON=	autoplist concurrent distutils
29
USE_PYTHON=	autoplist concurrent pep517
28
30
29
NO_ARCH=	yes
31
NO_ARCH=	yes
30
32
(-)b/deskutils/py-todoman/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1639512813
1
TIMESTAMP = 1705838014
2
SHA256 (todoman-4.1.0.tar.gz) = ce3caa481d923e91da9b492b46509810a754e2d3ef857f5d20bc5a8e362b50c8
2
SHA256 (todoman-4.4.0.tar.gz) = 0b7beeb8c73bfa299147288d9b657bc4e0e288febb84e198ef72cb1412af9db6
3
SIZE (todoman-4.1.0.tar.gz) = 63727
3
SIZE (todoman-4.4.0.tar.gz) = 67618

Return to bug 276494