Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (3b4a4f1d0a42054fe850b379ca718790f03736fd)
  • Date: Sun, 9 Jun 2024 11:46:22 +0000

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

devel/mold/DETAILS | 4 ++--
devel/mold/HISTORY | 3 +++
python-pypi/twisted/BUILD | 2 ++
python-pypi/twisted/DEPENDS | 8 ++++----
python-pypi/twisted/DETAILS | 13 +++++++------
python-pypi/twisted/HISTORY | 5 +++++
python-pypi/twisted/INSTALL | 1 +
7 files changed, 24 insertions(+), 12 deletions(-)

New commits:
commit 3b4a4f1d0a42054fe850b379ca718790f03736fd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mold: => 2.32.0

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

twisted: => 24.3.0

diff --git a/devel/mold/DETAILS b/devel/mold/DETAILS
index 75b8cfe..5dfe49b 100755
--- a/devel/mold/DETAILS
+++ b/devel/mold/DETAILS
@@ -1,9 +1,9 @@
. "${GRIMOIRE}"/CMAKE_FUNCTIONS
SPELL=mold
- VERSION=2.31.0
+ VERSION=2.32.0
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/rui314/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:343c62d8c67b74988f762c46999d2d866b2e9a0c69d2b910b12384ea5abc620b30468cd1b1bacfe41474d1c97c8ce2e49d55ca70479691238fb73d83d9adc683
+
SOURCE_HASH=sha512:66cd95ec65b31749ead7604f921eebd9f8e7faad82f6aa2cd7a179e4f4cb2bd78584ec5a8de000fbd4c37bbbfeb878e40a4e93ca909d1be557d73117e4b38f4b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/rui314/mold";
LICENSE[0]=MIT
diff --git a/devel/mold/HISTORY b/devel/mold/HISTORY
index de7593d..b3d3e97 100644
--- a/devel/mold/HISTORY
+++ b/devel/mold/HISTORY
@@ -1,3 +1,6 @@
+2024-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.32.0
+
2024-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: added, find and use blake3

diff --git a/python-pypi/twisted/BUILD b/python-pypi/twisted/BUILD
new file mode 100755
index 0000000..7eead1e
--- /dev/null
+++ b/python-pypi/twisted/BUILD
@@ -0,0 +1,2 @@
+true
+
diff --git a/python-pypi/twisted/DEPENDS b/python-pypi/twisted/DEPENDS
index e260bd8..749ffbb 100755
--- a/python-pypi/twisted/DEPENDS
+++ b/python-pypi/twisted/DEPENDS
@@ -1,5 +1,5 @@
-depends python &&
-depends pycrypto &&
-depends SETUPTOOLS &&
-depends pyopenssl &&
+depends python3 &&
+depends pip &&
+#depends pycrypto &&
+#depends pyopenssl &&
depends zopeinterface
diff --git a/python-pypi/twisted/DETAILS b/python-pypi/twisted/DETAILS
index c9269c8..bb896aa 100755
--- a/python-pypi/twisted/DETAILS
+++ b/python-pypi/twisted/DETAILS
@@ -1,10 +1,11 @@
SPELL=twisted
- VERSION=12.0.0
-
SOURCE_HASH=sha512:d0eac19acb2cea61ba51ca7c5702f93e5f54902d3088ec832db991ad0f8c9ac37005e97d90de1e485f031b305454f4b6780201b8260f275584e525bee3444bb7
- SOURCE=Twisted-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Twisted-$VERSION
- SOURCE_URL[0]=http://pypi.python.org/packages/source/T/Twisted/$SOURCE
- WEB_SITE=http://twistedmatrix.com/
+ VERSION=24.3.0
+
VX=fc/8d/9c09d75173984d3b0f0dcf65d885fe61a06de11db2c30b1196d85f631cfc
+
SOURCE_HASH=sha512:c3dd227f5936ffa586a0b7447f5df4c2257dce0c0ba740373d82197a72029e7eeb0aef9789247dde73e2f24dd043f3b0b7d795f16e6e908583b054aad9b9eb6a
+ SOURCE=twisted-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/twisted-$VERSION
+ SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ WEB_SITE=https://twistedmatrix.com/
ENTERED=20040222
LICENSE[0]=MIT
SHORT="Event-driven networking framework written in Python"
diff --git a/python-pypi/twisted/HISTORY b/python-pypi/twisted/HISTORY
index dbf8480..c56893a 100644
--- a/python-pypi/twisted/HISTORY
+++ b/python-pypi/twisted/HISTORY
@@ -1,3 +1,8 @@
+2024-03-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 24.3.0
+ * DEPENDS: python3, pip
+ * BUILD INSTALL; added
+
2012-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 12.0.0
new url
diff --git a/python-pypi/twisted/INSTALL b/python-pypi/twisted/INSTALL
new file mode 100755
index 0000000..712c07c
--- /dev/null
+++ b/python-pypi/twisted/INSTALL
@@ -0,0 +1 @@
+python3 -m pip install $SOURCE_DIRECTORY


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (3b4a4f1d0a42054fe850b379ca718790f03736fd), Treeve Jelbert, 06/09/2024

Archive powered by MHonArc 2.6.24.

Top of Page