Skip to content

Commit

Permalink
feat: add PostGreSQL extension pg_uuidv7 (backport #1957) (#1979)
Browse files Browse the repository at this point in the history
<hr>This is an automatic backport of pull request #1957 done by [Mergify](https://mergify.com).
  • Loading branch information
mergify[bot] authored Nov 14, 2024
1 parent 5dc80ca commit 02c16bf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
| [pdoc3](https://pdoc3.github.io/pdoc/) | 0.10.0 | python3_devtools |
| [pexpect](https://pexpect.readthedocs.io/) | 4.8.0 | python3_devtools |
| [pg_partman](https://github.com/pgpartman/pg_partman) | 4.5.1 | scientific_core |
| [pg_uuidv7](https://pgxn.org/dist/pg_uuidv7/) | 1.6.0 | scientific_core |
| [pgbouncer](https://www.pgbouncer.org/) | 1.21.0 | scientific_core |
| [pickleshare](https://github.com/pickleshare/pickleshare) | 0.7.5 | python3_devtools |
| [pika](https://pypi.org/project/pika) | 1.3.2 | python3 |
Expand Down Expand Up @@ -285,4 +286,4 @@
| [zeromq](https://zeromq.org/) | 4.3.4 | core |
| [zipp](https://github.com/jaraco/zipp) | 3.16.2 | python3_core |

*(284 components)*
*(285 components)*
2 changes: 2 additions & 0 deletions layers/layer1_scientific_core/0074_pg_uuidv7/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include ../../../adm/root.mk
include ../../layer_wrapper.mk
17 changes: 17 additions & 0 deletions layers/layer1_scientific_core/0074_pg_uuidv7/Makefile.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
include ../../../adm/root.mk
include ../../package.mk

export NAME=pg_uuidv7
export VERSION=1.6.0
export EXTENSION=tar.gz
export CHECKTYPE=MD5
export CHECKSUM=be762db1c4b017ec83d0aa6023c88e3e
DESCRIPTION=\
A tiny Postgres extension to create valid version 7 UUIDs in Postgres
WEBSITE=https://pgxn.org/dist/pg_uuidv7/
LICENSE=Mozilla Public License Version 2.0

all:: $(PREFIX)/lib/postgresql/pg_uuidv7.so

$(PREFIX)/lib/postgresql/pg_uuidv7.so:
$(MAKE) --file=../../Makefile.standard PREFIX=$(PREFIX) download uncompress build install
1 change: 1 addition & 0 deletions layers/layer1_scientific_core/0074_pg_uuidv7/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/fboulnois/pg_uuidv7/archive/refs/tags/v1.6.0.tar.gz

0 comments on commit 02c16bf

Please sign in to comment.