Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (c7df51640d406bcef6316620eab8725bca09d619)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (c7df51640d406bcef6316620eab8725bca09d619)
  • Date: Sun, 12 May 2024 21:10:05 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/flit-core/BUILD | 1 +
python-pypi/flit-core/DEPENDS | 3 +++
python-pypi/flit-core/DETAILS | 14 ++++++++++++++
python-pypi/flit-core/HISTORY | 3 +++
python-pypi/flit-core/INSTALL | 1 +
6 files changed, 23 insertions(+)

New commits:
commit c7df51640d406bcef6316620eab8725bca09d619
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

python-pypi/flit-core: new spell

core of flit build system for python

diff --git a/ChangeLog b/ChangeLog
index a513b7a..57e6da0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* utils/brightnessctl: new spell, brightness control
* python-pypi/nwg-icon-picker: new spell, gtk icon picker
* python-pypi/nwg-panel: new spell, gtk panel for sway and hyprland
+ * python-pypi/flit-core: new spell, core of flit build system

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/python-pypi/flit-core/BUILD b/python-pypi/flit-core/BUILD
new file mode 100755
index 0000000..dbefb64
--- /dev/null
+++ b/python-pypi/flit-core/BUILD
@@ -0,0 +1 @@
+pip wheel -w dist --no-cache-dir --no-build-isolation --no-deps "${PWD}"
diff --git a/python-pypi/flit-core/DEPENDS b/python-pypi/flit-core/DEPENDS
new file mode 100755
index 0000000..31444d0
--- /dev/null
+++ b/python-pypi/flit-core/DEPENDS
@@ -0,0 +1,3 @@
+depends PKG-CONFIG &&
+depends python3 &&
+depends wheel
diff --git a/python-pypi/flit-core/DETAILS b/python-pypi/flit-core/DETAILS
new file mode 100755
index 0000000..26a316b
--- /dev/null
+++ b/python-pypi/flit-core/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=flit-core
+ VERSION=3.9.0
+ SOURCE=flit_core-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/flit_core-$VERSION"
+
SOURCE_URL[0]=https://pypi.python.org/packages/source/f/flit_core/${SOURCE}
+
SOURCE_HASH=sha512:1205589930d2c51d6aa6b2533a122a912e63b157e94adba2a0649a58d324fa98a5b84609d9b53e9d236f1cdb6a6984de2cefcf2f11abc2cd83956df21f269ad6
+ LICENSE[0]=BSD
+ WEB_SITE=https://pypi.org/project/flit-core/
+ ENTERED=20240512
+ KEYWORDS="python lib"
+ SHORT="core for flit build system"
+cat << EOF
+core for flit build system
+EOF
diff --git a/python-pypi/flit-core/HISTORY b/python-pypi/flit-core/HISTORY
new file mode 100644
index 0000000..f365388
--- /dev/null
+++ b/python-pypi/flit-core/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, INSTALL, DEPENDS, DETAILS: version 3.9.0, new spell
+
diff --git a/python-pypi/flit-core/INSTALL b/python-pypi/flit-core/INSTALL
new file mode 100755
index 0000000..60e69d0
--- /dev/null
+++ b/python-pypi/flit-core/INSTALL
@@ -0,0 +1 @@
+pip install --no-index --no-user --find-links dist flit_core


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (c7df51640d406bcef6316620eab8725bca09d619), Conner Clere, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page