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
PORTREVISION=	1
3
PORTREVISION=	1
4
CATEGORIES=	deskutils python
4
CATEGORIES=	deskutils python
5
MASTER_SITES=	PYPI
5
MASTER_SITES=	PYPI
Lines 12-18 WWW= https://github.com/pimutils/todoman/ Link Here
12
LICENSE=	ISCL
12
LICENSE=	ISCL
13
LICENSE_FILE=	${WRKSRC}/LICENCE
13
LICENSE_FILE=	${WRKSRC}/LICENCE
14
14
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
15
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
16
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \
Lines 25-31 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FL Link Here
25
		${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
27
		${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
26
28
27
USES=		python
29
USES=		python
28
USE_PYTHON=	autoplist concurrent distutils
30
USE_PYTHON=	autoplist concurrent pep517
29
31
30
NO_ARCH=	yes
32
NO_ARCH=	yes
31
33
(-)b/deskutils/py-todoman/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1639512813
1
TIMESTAMP = 1717942292
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