summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2023-07-08 15:01:55 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2023-07-08 15:01:55 +0000
commitd9b199873b73801ec2a5d845a75831a1da2fc8ba (patch)
treef92c346f8abdc66050b1244e866b1fffb738be59 /metadata
parentMerge updates from master (diff)
downloadgentoo-d9b199873b73801ec2a5d845a75831a1da2fc8ba.tar.gz
gentoo-d9b199873b73801ec2a5d845a75831a1da2fc8ba.tar.bz2
gentoo-d9b199873b73801ec2a5d845a75831a1da2fc8ba.zip
2023-07-08 15:01:55 UTC
Diffstat (limited to 'metadata')
-rw-r--r--metadata/md5-cache/dev-python/csscompressor-0.9.5-r216
-rw-r--r--metadata/md5-cache/dev-python/django-sortedm2m-3.1.1-r116
-rw-r--r--metadata/md5-cache/dev-python/littleutils-0.2.2-r115
-rw-r--r--metadata/md5-cache/dev-python/minikanren-1.0.3-r116
-rw-r--r--metadata/pkg_desc_index8
-rw-r--r--metadata/timestamp.chk2
6 files changed, 68 insertions, 5 deletions
diff --git a/metadata/md5-cache/dev-python/csscompressor-0.9.5-r2 b/metadata/md5-cache/dev-python/csscompressor-0.9.5-r2
new file mode 100644
index 000000000000..dc51f9c272b2
--- /dev/null
+++ b/metadata/md5-cache/dev-python/csscompressor-0.9.5-r2
@@ -0,0 +1,16 @@
+BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta3:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=A python port of YUI CSS Compressor
+EAPI=8
+HOMEPAGE=https://github.com/sprymix/csscompressor https://pypi.org/project/csscompressor/
+INHERIT=distutils-r1 pypi
+IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
+KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86
+LICENSE=BSD
+RDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta3:3.12 )
+REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=https://files.pythonhosted.org/packages/source/c/csscompressor/csscompressor-0.9.5.tar.gz
+_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 a013e16d5d896b3d8be68dd2a0e846ea python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 1c9a447ab8b90199e719e0e3a9a5cb00 pypi 6b97d2db40ff6be180030687e6003199
+_md5_=e543e10b28f4e14c8ebc92db731ade74
diff --git a/metadata/md5-cache/dev-python/django-sortedm2m-3.1.1-r1 b/metadata/md5-cache/dev-python/django-sortedm2m-3.1.1-r1
new file mode 100644
index 000000000000..6c1c279c2329
--- /dev/null
+++ b/metadata/md5-cache/dev-python/django-sortedm2m-3.1.1-r1
@@ -0,0 +1,16 @@
+BDEPEND=test? ( python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10[sqlite] ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11[sqlite] ) dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=Drop-in replacement for django's many to many field with sorted relations
+EAPI=8
+HOMEPAGE=https://pypi.org/project/django-sortedm2m/ https://github.com/jazzband/django-sortedm2m/
+INHERIT=distutils-r1
+IUSE=test python_targets_python3_10 python_targets_python3_11
+KEYWORDS=~amd64 ~x86
+LICENSE=BSD
+RDEPEND=dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 )
+REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=https://github.com/jazzband/django-sortedm2m/archive/3.1.1.tar.gz -> django-sortedm2m-3.1.1.gh.tar.gz
+_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 a013e16d5d896b3d8be68dd2a0e846ea python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 1c9a447ab8b90199e719e0e3a9a5cb00
+_md5_=d2853442bd280ba802541014ee4f3d9f
diff --git a/metadata/md5-cache/dev-python/littleutils-0.2.2-r1 b/metadata/md5-cache/dev-python/littleutils-0.2.2-r1
new file mode 100644
index 000000000000..c15f48abef66
--- /dev/null
+++ b/metadata/md5-cache/dev-python/littleutils-0.2.2-r1
@@ -0,0 +1,15 @@
+BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta3:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=Small personal collection of Python utility functions
+EAPI=8
+HOMEPAGE=https://pypi.org/project/littleutils/ https://github.com/alexmojaki/littleutils/
+INHERIT=distutils-r1 pypi
+IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
+KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
+LICENSE=MIT
+RDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta3:3.12 )
+REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
+SLOT=0
+SRC_URI=https://files.pythonhosted.org/packages/source/l/littleutils/littleutils-0.2.2.tar.gz
+_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 a013e16d5d896b3d8be68dd2a0e846ea python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 1c9a447ab8b90199e719e0e3a9a5cb00 pypi 6b97d2db40ff6be180030687e6003199
+_md5_=f2857a87e8993e2dd4d883d169d0eefe
diff --git a/metadata/md5-cache/dev-python/minikanren-1.0.3-r1 b/metadata/md5-cache/dev-python/minikanren-1.0.3-r1
new file mode 100644
index 000000000000..d70eeffbc71f
--- /dev/null
+++ b/metadata/md5-cache/dev-python/minikanren-1.0.3-r1
@@ -0,0 +1,16 @@
+BDEPEND=test? ( dev-python/cons[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/etuples[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/logical-unification[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/multipledispatch[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/toolz[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta3:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=Relational programming in Python
+EAPI=8
+HOMEPAGE=https://pypi.org/project/miniKanren/ https://github.com/pythological/kanren/
+INHERIT=distutils-r1
+IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
+KEYWORDS=~amd64 ~arm ~arm64 ~loong ~riscv ~x86
+LICENSE=BSD
+RDEPEND=dev-python/cons[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/etuples[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/logical-unification[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/multipledispatch[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/toolz[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.12:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.4:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta3:3.12 )
+REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=https://github.com/pythological/kanren/archive/v1.0.3.tar.gz -> kanren-1.0.3.gh.tar.gz
+_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 a013e16d5d896b3d8be68dd2a0e846ea python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 1c9a447ab8b90199e719e0e3a9a5cb00
+_md5_=1c1934160a471e4fb7f303e983effd03
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index e37dd331d305..94388b047bfc 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -8070,7 +8070,7 @@ dev-python/crispy-bootstrap5 0.7: Bootstrap5 template pack for django-crispy-for
dev-python/croniter 1.4.1: Python module to provide iteration for datetime object
dev-python/cryptography 40.0.2-r1 41.0.1: Library providing cryptographic recipes and primitives
dev-python/css-parser 1.0.9: A CSS Cascading Style Sheets library (fork of cssutils)
-dev-python/csscompressor 0.9.5-r1: A python port of YUI CSS Compressor
+dev-python/csscompressor 0.9.5-r1 0.9.5-r2: A python port of YUI CSS Compressor
dev-python/cssselect 1.2.0: Parse CSS3 Selectors and translate them to XPath 1.0
dev-python/cssselect2 0.7.0: Parses CSS3 Selectors and translates them to XPath 1.0
dev-python/cssutils 2.6.0 2.7.0 2.7.1: A CSS Cascading Style Sheets library
@@ -8125,7 +8125,7 @@ dev-python/django-otp 1.1.6 1.2.0 1.2.1 1.2.2: Django framework adding two-facto
dev-python/django-prometheus 2.2.0-r1 2.3.1: Library to export Django metrics for Prometheus
dev-python/django-redis 5.2.0 5.3.0: Full featured redis cache backend for Django
dev-python/django-registration 3.3: user-registration application for Django
-dev-python/django-sortedm2m 3.1.1: Drop-in replacement for django's many to many field with sorted relations
+dev-python/django-sortedm2m 3.1.1 3.1.1-r1: Drop-in replacement for django's many to many field with sorted relations
dev-python/django-tables2 2.5.3 2.6.0: Table/data-grid framework for Django
dev-python/django-taggit 3.1.0: Simple tagging for Django
dev-python/django-timezone-field 5.0 5.1: A Django app providing database and form fields for pytz timezone objects
@@ -8443,7 +8443,7 @@ dev-python/license-expression 30.1.1: Parse, compare, simplify and normalize lic
dev-python/line_profiler 4.0.3: Line-by-line profiler
dev-python/linkify-it-py 2.0.2: Links recognition library with full unicode support
dev-python/lit 14.0.6 15.0.7 16.0.5 16.0.6 17.0.0_pre20230630 17.0.0_pre20230705 17.0.0.9999: A stand-alone install of the LLVM suite testing tool
-dev-python/littleutils 0.2.2: Small personal collection of Python utility functions
+dev-python/littleutils 0.2.2 0.2.2-r1: Small personal collection of Python utility functions
dev-python/livereload 2.6.3: Python LiveReload is an awesome tool for web developers
dev-python/llfuse 1.4.4: Python bindings for the low-level FUSE API
dev-python/lmdb 1.4.1: Python bindings for the Lightning Database
@@ -8499,7 +8499,7 @@ dev-python/micawber 0.5.4-r1 0.5.5: A small library for extracting rich content
dev-python/mido 1.2.10: MIDI Objects, a library for working with MIDI messages and ports
dev-python/mimerender 0.6.0-r1: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2
dev-python/minidb 2.0.7: Simple SQLite-based object store
-dev-python/minikanren 1.0.3: Relational programming in Python
+dev-python/minikanren 1.0.3 1.0.3-r1: Relational programming in Python
dev-python/minimock 1.3.0-r1: The simplest possible mock library
dev-python/miniupnpc 2.2.4 2.2.5: Python bindings for UPnP client library
dev-python/mistune 2.0.5 3.0.1: The fastest markdown parser in pure Python
diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index 65b9432b2008..e6c03885a71e 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Sat, 08 Jul 2023 14:46:51 +0000
+Sat, 08 Jul 2023 15:01:55 +0000