Skip to Content.
Sympa Menu

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

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 (bdad0bab86e5e759e4309e7a277603c12dc40869)
  • Date: Sun, 12 May 2024 22:10:52 +0000

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

ChangeLog | 1 +
python-pypi/python-send2trash/BUILD | 1 +
python-pypi/python-send2trash/DEPENDS | 7 +++++++
python-pypi/python-send2trash/DETAILS | 16 ++++++++++++++++
python-pypi/python-send2trash/HISTORY | 3 +++
python-pypi/python-send2trash/INSTALL | 1 +
6 files changed, 29 insertions(+)

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

python-pypi/python-send2trash: new spell

sends files to trash (yes, that's all it does)

diff --git a/ChangeLog b/ChangeLog
index 4e16d4d..788816d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* python-pypi/flit-core: new spell, core of flit build system
* python-pypi/pyproject-hooks: new spell, python build library
* python-pypi/python-installer: new spell, python lib to handle
installing
+ * python-pypi/python-send2trash: new spell, send files to trash

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/python-pypi/python-send2trash/BUILD
b/python-pypi/python-send2trash/BUILD
new file mode 100755
index 0000000..d4183ac
--- /dev/null
+++ b/python-pypi/python-send2trash/BUILD
@@ -0,0 +1 @@
+python -m build --wheel --no-isolation
diff --git a/python-pypi/python-send2trash/DEPENDS
b/python-pypi/python-send2trash/DEPENDS
new file mode 100755
index 0000000..369989e
--- /dev/null
+++ b/python-pypi/python-send2trash/DEPENDS
@@ -0,0 +1,7 @@
+depends PKG-CONFIG &&
+depends python3 &&
+depends pygobject3 &&
+depends wheel &&
+depends setuptools &&
+depends py-build &&
+depends python-installer
diff --git a/python-pypi/python-send2trash/DETAILS
b/python-pypi/python-send2trash/DETAILS
new file mode 100755
index 0000000..b5c0742
--- /dev/null
+++ b/python-pypi/python-send2trash/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=python-send2trash
+ SPELLX=Send2Trash
+ VERSION=1.8.3
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+
SOURCE_URL[0]=https://pypi.python.org/packages/source/s/Send2Trash/${SOURCE}
+
SOURCE_HASH=sha512:81b9d6ce00830414daac0e1cafe2b69d42b750146f45e64c27750ee8f6d81f771145852a96bf51afa944d8c31959b8c9ac1b5e05c8793732039b690107789d93
+ LICENSE[0]=BSD
+ WEB_SITE=https://pypi.org/project/Send2Trash/
+ ENTERED=20240512
+ KEYWORDS="python lib"
+ SHORT="send files to trash"
+cat << EOF
+Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
+natively and on all platforms.
+EOF
diff --git a/python-pypi/python-send2trash/HISTORY
b/python-pypi/python-send2trash/HISTORY
new file mode 100644
index 0000000..6cb9ec8
--- /dev/null
+++ b/python-pypi/python-send2trash/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, INSTALL, DEPENDS, DETAILS: version 1.8.3, new spell
+
diff --git a/python-pypi/python-send2trash/INSTALL
b/python-pypi/python-send2trash/INSTALL
new file mode 100755
index 0000000..addecda
--- /dev/null
+++ b/python-pypi/python-send2trash/INSTALL
@@ -0,0 +1 @@
+python -m installer dist/*.whl


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

Archive powered by MHonArc 2.6.24.

Top of Page