[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r11011: update python-sqlalchemy to 2.0.37
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r11011: update python-sqlalchemy to 2.0.37 |
Date: |
Tue, 21 Jan 2025 23:59:31 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 11011
revision-id: carlhansen@gnu.org-20250122045924-p2e4v7gjxh054p4g
parent: carlhansen@gnu.org-20250120225656-17zwkj065dmta2r6
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Wed 2025-01-22 04:59:24 +0000
message:
update python-sqlalchemy to 2.0.37
modified:
pkg/other/python-sqlalchemy/Makefile
makefile-20160617200040-lqf8h520dfq0rtk7-86
pkg/other/python-sqlalchemy/sha256sums
sha256sums-20160617200040-lqf8h520dfq0rtk7-88
=== modified file 'pkg/other/python-sqlalchemy/Makefile'
--- a/pkg/other/python-sqlalchemy/Makefile 2016-06-17 20:01:53 +0000
+++ b/pkg/other/python-sqlalchemy/Makefile 2025-01-22 04:59:24 +0000
@@ -1,4 +1,5 @@
# Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2025
#
# This file is part of GSRC.
#
@@ -17,8 +18,9 @@
NAME = SQLAlchemy
GARNAME = python-sqlalchemy
-UPSTREAMNAME = SQLAlchemy
-GARVERSION = 0.9.4
+UPSTREAMNAME = sqlalchemy
+GARVERSION = 2.0.37
+#GARVERSION = 0.9.4
HOME_URL = http://www.sqlalchemy.org
DESCRIPTION = The Python SQL toolkit and Object Relational Mapper
define BLURB
@@ -30,18 +32,22 @@
CITE =
######################################################################
-
-MASTER_SITES = https://pypi.python.org/packages/source/
-MASTER_SUBDIR = S/$(UPSTREAMNAME)/
+#
https://files.pythonhosted.org/packages/3b/20/93ea2518df4d7a14ebe9ace9ab8bb92aaf7df0072b9007644de74172b06c/sqlalchemy-2.0.37.tar.gz
+MASTER_SITES = https://files.pythonhosted.org/
+MASTER_SUBDIR =
packages/3b/20/93ea2518df4d7a14ebe9ace9ab8bb92aaf7df0072b9007644de74172b06c/
DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.asc
+SIGFILES =
BUILDDEPS =
-LIBDEPS = python
-
-PYTHON = $(prefix)/bin/python
-
+LIBDEPS =
+
+#PYTHON = $(prefix)/bin/python
+
+WORKSRC = $(WORKDIR)/$(DISTNAME)
+WORKOBJ = $(WORKSRC)
######################################################################
include ../../../gar/gar.lib/python.mk
include config.mk
+# FIXME installation
+#
=== modified file 'pkg/other/python-sqlalchemy/sha256sums'
--- a/pkg/other/python-sqlalchemy/sha256sums 2016-06-17 20:01:53 +0000
+++ b/pkg/other/python-sqlalchemy/sha256sums 2025-01-22 04:59:24 +0000
@@ -1,2 +1,1 @@
-bc87674f5ac9962e0efe96f060ba22a07e2c61fbebf531efc383b82db5b291ec
download/SQLAlchemy-0.9.4.tar.gz
-ddb43c49249b99178c317af4df8fc3899322f0b4e7750b9cef4799c1ce8a3d38
download/SQLAlchemy-0.9.4.tar.gz.asc
+12b28d99a9c14eaf4055810df1001557176716de0167b91026e648e65229bffb
download/sqlalchemy-2.0.37.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r11011: update python-sqlalchemy to 2.0.37,
Carl Hansen <=