View | Details | Raw Unified | Return to bug 276357
Collapse All | Expand All

(-)b/security/py-pycryptodome/Makefile (-5 / +8 lines)
Lines 1-5 Link Here
1
PORTNAME=	pycryptodome
1
PORTNAME?=	pycryptodome
2
DISTVERSION=	3.19.0
2
DISTVERSION=	3.20.0
3
CATEGORIES=	security python
3
CATEGORIES=	security python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-25 LICENSE= APACHE20 BSD2CLAUSE PD Link Here
12
LICENSE_COMB=	multi
12
LICENSE_COMB=	multi
13
LICENSE_FILE=	${WRKSRC}/LICENSE.rst
13
LICENSE_FILE=	${WRKSRC}/LICENSE.rst
14
14
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR}
15
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
16
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} \
18
		gmp>=0:math/gmp
16
19
17
# Officially: 2.7, 3.5-3.12
20
# Officially: 2.7, 3.5-3.12
18
USES=		cpe python
21
USES=		cpe python
19
CPE_VENDOR=	python
22
CPE_VENDOR=	python
20
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist pep517
21
24
22
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pycrypto
25
CONFLICTS_INSTALL?=	${PYTHON_PKGNAMEPREFIX}pycrypto
23
26
24
NAMESPACE?=	Crypto
27
NAMESPACE?=	Crypto
25
28
(-)b/security/py-pycryptodome/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1695505818
1
TIMESTAMP = 1706557466
2
SHA256 (pycryptodome-3.19.0.tar.gz) = bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e
2
SHA256 (pycryptodome-3.20.0.tar.gz) = 09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7
3
SIZE (pycryptodome-3.19.0.tar.gz) = 4778190
3
SIZE (pycryptodome-3.20.0.tar.gz) = 4794232
(-)b/security/py-pycryptodomex/Makefile (-4 / +2 lines)
Lines 1-12 Link Here
1
PKGNAMESUFFIX=	x
1
PORTNAME=	pycryptodomex
2
2
3
CONFLICTS_INSTALL=
3
CONFLICTS_INSTALL=
4
4
5
MASTERDIR=	${.CURDIR}/../py-pycryptodome
5
MASTERDIR=	${.CURDIR}/../py-pycryptodome
6
DISTINFO_FILE=	${.CURDIR}/distinfo
6
7
7
NAMESPACE=	Cryptodome
8
NAMESPACE=	Cryptodome
8
9
9
pre-build:
10
	@${TOUCH} ${WRKSRC}/.separate_namespace
11
12
.include "${MASTERDIR}/Makefile"
10
.include "${MASTERDIR}/Makefile"
(-)b/security/py-pycryptodomex/distinfo (-1 / +3 lines)
Added Link Here
0
- 
1
TIMESTAMP = 1706557470
2
SHA256 (pycryptodomex-3.20.0.tar.gz) = 7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e
3
SIZE (pycryptodomex-3.20.0.tar.gz) = 4794613

Return to bug 276357