Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 16:10:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d2a432e194ad - main - devel/py-dulwich: Update to 0.22.7
Message-ID:  <202502031610.513GAMs2060488@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2a432e194ada20da947eef6679171f11d442a97

commit d2a432e194ada20da947eef6679171f11d442a97
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:39:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:26 +0000

    devel/py-dulwich: Update to 0.22.7
    
    Changes:        https://github.com/jelmer/dulwich/releases
---
 devel/py-dulwich/Makefile        | 10 ++++++---
 devel/py-dulwich/Makefile.crates | 20 +++++++++++++++++
 devel/py-dulwich/distinfo        | 46 +++++++++++++++++++++++++++++++++++++---
 3 files changed, 70 insertions(+), 6 deletions(-)

diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile
index d5b025892a84..5de005c0a8e1 100644
--- a/devel/py-dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	dulwich
-PORTVERSION=	0.21.7
-PORTREVISION=	1
+PORTVERSION=	0.22.7
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTFILES=	dulwich-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python Git Library
@@ -15,6 +15,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-rust>=0:devel/py-setuptools-rust@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=1.25,1:net/py-urllib3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastimport>=0:devel/py-fastimport@${PY_FLAVOR} \
@@ -22,9 +23,12 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastimport>=0:devel/py-fastimport@${PY_FLAV
 		${PYTHON_PKGNAMEPREFIX}geventhttpclient>=0:devel/py-geventhttpclient@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=17.1:devel/py-setuptools@${PY_FLAVOR}
 
-USES=		cpe python shebangfix
+USES=		cargo cpe python:3.9+ shebangfix
 USE_PYTHON=	autoplist concurrent pep517 unittest
 
+CARGO_BUILD=	no
+CARGO_INSTALL=	no
+
 CPE_VENDOR=	dulwich_project
 
 SHEBANG_FILES=	examples/*.py
diff --git a/devel/py-dulwich/Makefile.crates b/devel/py-dulwich/Makefile.crates
new file mode 100644
index 000000000000..af5bfff8e788
--- /dev/null
+++ b/devel/py-dulwich/Makefile.crates
@@ -0,0 +1,20 @@
+CARGO_CRATES=	autocfg-1.4.0 \
+		cfg-if-1.0.0 \
+		heck-0.5.0 \
+		indoc-2.0.5 \
+		libc-0.2.164 \
+		memchr-2.7.4 \
+		memoffset-0.9.1 \
+		once_cell-1.20.2 \
+		portable-atomic-1.9.0 \
+		proc-macro2-1.0.89 \
+		pyo3-0.23.3 \
+		pyo3-build-config-0.23.3 \
+		pyo3-ffi-0.23.3 \
+		pyo3-macros-0.23.3 \
+		pyo3-macros-backend-0.23.3 \
+		quote-1.0.37 \
+		syn-2.0.87 \
+		target-lexicon-0.12.16 \
+		unicode-ident-1.0.13 \
+		unindent-0.2.3
diff --git a/devel/py-dulwich/distinfo b/devel/py-dulwich/distinfo
index 72ceadaf5528..92d516e7a50f 100644
--- a/devel/py-dulwich/distinfo
+++ b/devel/py-dulwich/distinfo
@@ -1,3 +1,43 @@
-TIMESTAMP = 1728366242
-SHA256 (dulwich-0.21.7.tar.gz) = a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968
-SIZE (dulwich-0.21.7.tar.gz) = 448028
+TIMESTAMP = 1738088968
+SHA256 (dulwich-0.22.7.tar.gz) = d53935832dd182d4c1415042187093efcee988af5cd397fb1f394f5bb27f0707
+SIZE (dulwich-0.22.7.tar.gz) = 452893
+SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26
+SIZE (rust/crates/autocfg-1.4.0.crate) = 17712
+SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
+SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
+SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea
+SIZE (rust/crates/heck-0.5.0.crate) = 11517
+SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5
+SIZE (rust/crates/indoc-2.0.5.crate) = 14396
+SHA256 (rust/crates/libc-0.2.164.crate) = 433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f
+SIZE (rust/crates/libc-0.2.164.crate) = 769055
+SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3
+SIZE (rust/crates/memchr-2.7.4.crate) = 96670
+SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a
+SIZE (rust/crates/memoffset-0.9.1.crate) = 9032
+SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775
+SIZE (rust/crates/once_cell-1.20.2.crate) = 33394
+SHA256 (rust/crates/portable-atomic-1.9.0.crate) = cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2
+SIZE (rust/crates/portable-atomic-1.9.0.crate) = 166365
+SHA256 (rust/crates/proc-macro2-1.0.89.crate) = f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e
+SIZE (rust/crates/proc-macro2-1.0.89.crate) = 49446
+SHA256 (rust/crates/pyo3-0.23.3.crate) = e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15
+SIZE (rust/crates/pyo3-0.23.3.crate) = 1073838
+SHA256 (rust/crates/pyo3-build-config-0.23.3.crate) = dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b
+SIZE (rust/crates/pyo3-build-config-0.23.3.crate) = 32509
+SHA256 (rust/crates/pyo3-ffi-0.23.3.crate) = eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d
+SIZE (rust/crates/pyo3-ffi-0.23.3.crate) = 74064
+SHA256 (rust/crates/pyo3-macros-0.23.3.crate) = fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257
+SIZE (rust/crates/pyo3-macros-0.23.3.crate) = 8085
+SHA256 (rust/crates/pyo3-macros-backend-0.23.3.crate) = 38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d
+SIZE (rust/crates/pyo3-macros-backend-0.23.3.crate) = 70098
+SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af
+SIZE (rust/crates/quote-1.0.37.crate) = 28558
+SHA256 (rust/crates/syn-2.0.87.crate) = 25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d
+SIZE (rust/crates/syn-2.0.87.crate) = 278076
+SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1
+SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488
+SHA256 (rust/crates/unicode-ident-1.0.13.crate) = e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe
+SIZE (rust/crates/unicode-ident-1.0.13.crate) = 43279
+SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce
+SIZE (rust/crates/unindent-0.2.3.crate) = 7306



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031610.513GAMs2060488>