mirror of https://git.FreeBSD.org/ports.git
security/py-wassima: Update to 2.0.0
- Add NO_ARCH Changes: https://github.com/jawah/wassima/releases
This commit is contained in:
parent
c86cfc131b
commit
feece6bb58
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= wassima
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI \
|
||||
https://github.com/jawah/wassima/releases/download/${PORTVERSION}/
|
||||
|
@ -14,13 +13,11 @@ WWW= https://github.com/jawah/wassima
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.7<2:devel/py-maturin@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.6.0<2:devel/py-hatchling@${PY_FLAVOR}
|
||||
|
||||
USES= cargo python
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
CARGO_BUILD= no
|
||||
CARGO_INSTALL= no
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
CARGO_CRATES= autocfg-1.4.0 \
|
||||
bitflags-2.9.0 \
|
||||
cc-1.2.16 \
|
||||
cfg-if-1.0.0 \
|
||||
core-foundation-0.10.0 \
|
||||
core-foundation-sys-0.8.7 \
|
||||
heck-0.5.0 \
|
||||
indoc-2.0.6 \
|
||||
libc-0.2.170 \
|
||||
memoffset-0.9.1 \
|
||||
once_cell-1.20.3 \
|
||||
openssl-probe-0.1.6 \
|
||||
portable-atomic-1.11.0 \
|
||||
proc-macro2-1.0.94 \
|
||||
pyo3-0.23.5 \
|
||||
pyo3-build-config-0.23.5 \
|
||||
pyo3-ffi-0.23.5 \
|
||||
pyo3-macros-0.23.5 \
|
||||
pyo3-macros-backend-0.23.5 \
|
||||
python3-dll-a-0.2.13 \
|
||||
quote-1.0.39 \
|
||||
rustls-native-certs-0.8.1 \
|
||||
rustls-pki-types-1.11.0 \
|
||||
schannel-0.1.27 \
|
||||
security-framework-3.2.0 \
|
||||
security-framework-sys-2.14.0 \
|
||||
shlex-1.3.0 \
|
||||
syn-2.0.99 \
|
||||
target-lexicon-0.12.16 \
|
||||
unicode-ident-1.0.18 \
|
||||
unindent-0.2.4 \
|
||||
windows-sys-0.59.0 \
|
||||
windows-targets-0.52.6 \
|
||||
windows_aarch64_gnullvm-0.52.6 \
|
||||
windows_aarch64_msvc-0.52.6 \
|
||||
windows_i686_gnu-0.52.6 \
|
||||
windows_i686_gnullvm-0.52.6 \
|
||||
windows_i686_msvc-0.52.6 \
|
||||
windows_x86_64_gnu-0.52.6 \
|
||||
windows_x86_64_gnullvm-0.52.6 \
|
||||
windows_x86_64_msvc-0.52.6
|
|
@ -1,85 +1,3 @@
|
|||
TIMESTAMP = 1742070466
|
||||
SHA256 (wassima-1.2.2.tar.gz) = f264827618400ebeab16708c8acf7870f693b03bfb4d7e95253eb9b35074db5c
|
||||
SIZE (wassima-1.2.2.tar.gz) = 16329
|
||||
SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26
|
||||
SIZE (rust/crates/autocfg-1.4.0.crate) = 17712
|
||||
SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd
|
||||
SIZE (rust/crates/bitflags-2.9.0.crate) = 47654
|
||||
SHA256 (rust/crates/cc-1.2.16.crate) = be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c
|
||||
SIZE (rust/crates/cc-1.2.16.crate) = 103847
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63
|
||||
SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023
|
||||
SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b
|
||||
SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712
|
||||
SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea
|
||||
SIZE (rust/crates/heck-0.5.0.crate) = 11517
|
||||
SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd
|
||||
SIZE (rust/crates/indoc-2.0.6.crate) = 17164
|
||||
SHA256 (rust/crates/libc-0.2.170.crate) = 875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828
|
||||
SIZE (rust/crates/libc-0.2.170.crate) = 760076
|
||||
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.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e
|
||||
SIZE (rust/crates/once_cell-1.20.3.crate) = 33456
|
||||
SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e
|
||||
SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128
|
||||
SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e
|
||||
SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258
|
||||
SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84
|
||||
SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391
|
||||
SHA256 (rust/crates/pyo3-0.23.5.crate) = 7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872
|
||||
SIZE (rust/crates/pyo3-0.23.5.crate) = 1088533
|
||||
SHA256 (rust/crates/pyo3-build-config-0.23.5.crate) = 94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb
|
||||
SIZE (rust/crates/pyo3-build-config-0.23.5.crate) = 33885
|
||||
SHA256 (rust/crates/pyo3-ffi-0.23.5.crate) = e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d
|
||||
SIZE (rust/crates/pyo3-ffi-0.23.5.crate) = 74867
|
||||
SHA256 (rust/crates/pyo3-macros-0.23.5.crate) = fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da
|
||||
SIZE (rust/crates/pyo3-macros-0.23.5.crate) = 8856
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.23.5.crate) = fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.23.5.crate) = 70938
|
||||
SHA256 (rust/crates/python3-dll-a-0.2.13.crate) = 49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed
|
||||
SIZE (rust/crates/python3-dll-a-0.2.13.crate) = 85018
|
||||
SHA256 (rust/crates/quote-1.0.39.crate) = c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801
|
||||
SIZE (rust/crates/quote-1.0.39.crate) = 31206
|
||||
SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3
|
||||
SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129
|
||||
SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c
|
||||
SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933
|
||||
SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d
|
||||
SIZE (rust/crates/schannel-0.1.27.crate) = 42772
|
||||
SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316
|
||||
SIZE (rust/crates/security-framework-3.2.0.crate) = 86095
|
||||
SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32
|
||||
SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537
|
||||
SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64
|
||||
SIZE (rust/crates/shlex-1.3.0.crate) = 18713
|
||||
SHA256 (rust/crates/syn-2.0.99.crate) = e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2
|
||||
SIZE (rust/crates/syn-2.0.99.crate) = 297762
|
||||
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.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512
|
||||
SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743
|
||||
SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3
|
||||
SIZE (rust/crates/unindent-0.2.4.crate) = 7422
|
||||
SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b
|
||||
SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323
|
||||
SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973
|
||||
SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402
|
||||
SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66
|
||||
SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564
|
||||
TIMESTAMP = 1750954236
|
||||
SHA256 (wassima-2.0.0.tar.gz) = 9d0dd4d7f8cdc1247518daf72b656f77f87a870861aeda73e32a43e583202ae6
|
||||
SIZE (wassima-2.0.0.tar.gz) = 148821
|
||||
|
|
Loading…
Reference in New Issue