Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3559a014e0442dd19a2ec28cbc2afc469599da65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3559a014e0442dd19a2ec28cbc2afc469599da65)
  • Date: Wed, 26 Oct 2022 11:25:15 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/borgbackup/DEPENDS | 3 ++-
python-pypi/borgbackup/HISTORY | 3 +++
python-pypi/python-pkgconfig/DEPENDS | 2 ++
python-pypi/python-pkgconfig/DETAILS | 15 +++++++++++++++
python-pypi/python-pkgconfig/HISTORY | 3 +++
6 files changed, 28 insertions(+), 1 deletion(-)

New commits:
commit 3559a014e0442dd19a2ec28cbc2afc469599da65
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pkgconfig-1.5.5

commit e63d34acb100d0d5f0fc386cfd2883f93526ce7b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

borgbackup - update depends

diff --git a/ChangeLog b/ChangeLog
index be687ab..fb7f37a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pkgconfig: added, python wrapper for pkgconfig
+
2022-10-23 Ismael Luceno <ismael AT sourcemage.org>
* science-libs/biolibc: new spell, High-performance, memory-efficient
bioinformatics library
* science/fasda: new spell, 100% C Differential Analysis Tool
diff --git a/python-pypi/borgbackup/DEPENDS b/python-pypi/borgbackup/DEPENDS
index 24db150..3991573 100755
--- a/python-pypi/borgbackup/DEPENDS
+++ b/python-pypi/borgbackup/DEPENDS
@@ -1,7 +1,8 @@
depends python3 &&
depends setuptools &&
depends setuptools_scm &&
-
+depends cython &&
+depends python-pkgconfig &&
depends SSL &&
depends acl &&
depends libb2 &&
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 1485a94..c10562d 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,6 @@
+2022-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add cython, python-pkgconfig
+
2022-08-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.2

diff --git a/python-pypi/python-pkgconfig/DEPENDS
b/python-pypi/python-pkgconfig/DEPENDS
new file mode 100755
index 0000000..2dfbb0c
--- /dev/null
+++ b/python-pypi/python-pkgconfig/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends PKG-CONFIG
diff --git a/python-pypi/python-pkgconfig/DETAILS
b/python-pypi/python-pkgconfig/DETAILS
new file mode 100755
index 0000000..952d4a2
--- /dev/null
+++ b/python-pypi/python-pkgconfig/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-pkgconfig
+ VERSION=1.5.5
+
VX=c4/e0/e05fee8b5425db6f83237128742e7e5ef26219b687ab8f0d41ed0422125e
+
SOURCE_HASH=sha512:ffa838d0146125c4158b747b619cc5eed41da0e2f04664a4db89909a486922120a0e1779f99dfcda0da3e98b8770c57b638a9c7bc5994cd8102aa3cf990905b0
+ SOURCE="pkgconfig-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
+https://github.com/pypa/packaging/archive/${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/pkgconfig-$VERSION"
+ WEB_SITE=https://github.com/matze/pkgconfig
+ LICENSE=MIT
+ ENTERED=20221026
+ SHORT="A Python interface to the pkg-config command line tool"
+cat << EOF
+A Python interface to the pkg-config command line tool
+EOF
diff --git a/python-pypi/python-pkgconfig/HISTORY
b/python-pypi/python-pkgconfig/HISTORY
new file mode 100644
index 0000000..128a534
--- /dev/null
+++ b/python-pypi/python-pkgconfig/HISTORY
@@ -0,0 +1,3 @@
+2022-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.5
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3559a014e0442dd19a2ec28cbc2afc469599da65), Treeve Jelbert, 10/26/2022

Archive powered by MHonArc 2.6.24.

Top of Page