15
15
(gnu packages mingw)
16
16
(gnu packages pkg-config)
17
17
((gnu packages python) #:select (python-minimal))
18
- ((gnu packages python-build) #:select (python-tomli))
18
+ ((gnu packages python-build) #:select (python-tomli python-poetry-core ))
19
19
((gnu packages python-crypto) #:select (python-asn1crypto))
20
20
((gnu packages tls) #:select (openssl))
21
21
((gnu packages version-control) #:select (git-minimal))
22
22
(guix build-system cmake)
23
23
(guix build-system gnu)
24
24
(guix build-system python)
25
+ (guix build-system pyproject)
25
26
(guix build-system trivial)
26
27
(guix download)
27
28
(guix gexp)
@@ -381,10 +382,10 @@ specific moment in time, whitelisting and revocation checks.")
381
382
(license license:expat))))
382
383
383
384
(define-public python-signapple
384
- (let ((commit " 62155712e7417aba07565c9780a80e452823ae6a " ))
385
+ (let ((commit " 85bfcecc33d2773bc09bc318cec0614af2c8e287 " ))
385
386
(package
386
387
(name " python-signapple" )
387
- (version (git-version " 0.1 " " 1" commit))
388
+ (version (git-version " 0.2.0 " " 1" commit))
388
389
(source
389
390
(origin
390
391
(method git-fetch)
@@ -394,13 +395,14 @@ specific moment in time, whitelisting and revocation checks.")
394
395
(file-name (git-file-name name commit))
395
396
(sha256
396
397
(base32
397
- " 1nm6rm4h4m7kbq729si4cm8rzild62mk4ni8xr5zja7l33fhv3gb " ))))
398
- (build-system python -build-system)
398
+ " 17yqjll8nw83q6dhgqhkl7w502z5vy9sln8m6mlx0f1c10isg8yg " ))))
399
+ (build-system pyproject -build-system)
399
400
(propagated-inputs
400
401
(list python-asn1crypto
401
402
python-oscrypto
402
403
python-certvalidator
403
404
python-elfesteem))
405
+ (native-inputs (list python-poetry-core))
404
406
; ; There are no tests, but attempting to run python setup.py test leads to
405
407
; ; problems, just disable the test
406
408
(arguments ' (#:tests? #f ))
0 commit comments