mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mat2: update to 0.13.3.
This commit is contained in:
parent
6ac9f75cf8
commit
f7be3a2187
2 changed files with 25 additions and 2 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
From ed0ffa5693b6d710b19a9101d6cb0625f8b6f1fc Mon Sep 17 00:00:00 2001
|
||||||
|
From: Rui Chen <rui@chenrui.dev>
|
||||||
|
Date: Fri, 24 Feb 2023 09:12:06 +0000
|
||||||
|
Subject: [PATCH] Update `pyproject.toml` to include `version`
|
||||||
|
|
||||||
|
---
|
||||||
|
pyproject.toml | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index 0125edf..4956b85 100644
|
||||||
|
--- a/pyproject.toml
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
[project]
|
||||||
|
name = "mat"
|
||||||
|
+version = "0.13.3"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.9"
|
||||||
|
|
||||||
|
--
|
||||||
|
2.40.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mat2'
|
# Template file for 'mat2'
|
||||||
pkgname=mat2
|
pkgname=mat2
|
||||||
version=0.13.2
|
version=0.13.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,5 +12,5 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://0xacab.org/jvoisin/mat2"
|
homepage="https://0xacab.org/jvoisin/mat2"
|
||||||
changelog="https://0xacab.org/jvoisin/mat2/-/raw/master/CHANGELOG.md"
|
changelog="https://0xacab.org/jvoisin/mat2/-/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://0xacab.org/jvoisin/mat2/-/archive/${version}/mat2-${version}.tar.gz"
|
distfiles="https://0xacab.org/jvoisin/mat2/-/archive/${version}/mat2-${version}.tar.gz"
|
||||||
checksum=957633dd80b0c060062925b057607559bdcd9a52fbe25bee0723d1db425dffaf
|
checksum=e1bb0161fa1c2f2adb1b933761f9569534309e90209568f96aca5fc8a74f511a
|
||||||
make_check=no # cannot bwrap in chroot
|
make_check=no # cannot bwrap in chroot
|
||||||
|
|
Loading…
Add table
Reference in a new issue