diff options
-rw-r--r-- | metadata/md5-cache/dev-python/patsy-0.5.3-r1 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/psycopg-2.9.4 | 17 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/pymysql-1.0.2-r1 | 16 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 6 | ||||
-rw-r--r-- | metadata/timestamp.chk | 2 |
5 files changed, 53 insertions, 4 deletions
diff --git a/metadata/md5-cache/dev-python/patsy-0.5.3-r1 b/metadata/md5-cache/dev-python/patsy-0.5.3-r1 new file mode 100644 index 000000000000..a1439f33063e --- /dev/null +++ b/metadata/md5-cache/dev-python/patsy-0.5.3-r1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] !hppa? ( dev-python/scipy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/pytest-7.1.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/gpep517-9[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Python module to describe statistical models and design matrices +EAPI=8 +HOMEPAGE=https://patsy.readthedocs.io/en/latest/index.html +INHERIT=distutils-r1 +IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] !hppa? ( dev-python/scipy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://pypi/p/patsy/patsy-0.5.3.tar.gz +_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb +_md5_=573c0a6f8d68c423647468b1ffce7f6a diff --git a/metadata/md5-cache/dev-python/psycopg-2.9.4 b/metadata/md5-cache/dev-python/psycopg-2.9.4 new file mode 100644 index 000000000000..8e33e26d799a --- /dev/null +++ b/metadata/md5-cache/dev-python/psycopg-2.9.4 @@ -0,0 +1,17 @@ +BDEPEND=test? ( >=dev-db/postgresql-8.1[server] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/gpep517-9[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/postgresql-8.1:* +DESCRIPTION=PostgreSQL database adapter for Python +EAPI=8 +HOMEPAGE=https://www.psycopg.org https://pypi.org/project/psycopg2/ +INHERIT=distutils-r1 +IUSE=debug test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris +LICENSE=LGPL-3+ +RDEPEND=>=dev-db/postgresql-8.1:* python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RESTRICT=!test? ( test ) +SLOT=2 +SRC_URI=mirror://pypi/p/psycopg2/psycopg2-2.9.4.tar.gz +_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb +_md5_=1c9b647fc6302227427ef096dc4e12d0 diff --git a/metadata/md5-cache/dev-python/pymysql-1.0.2-r1 b/metadata/md5-cache/dev-python/pymysql-1.0.2-r1 new file mode 100644 index 000000000000..0841fd5e4deb --- /dev/null +++ b/metadata/md5-cache/dev-python/pymysql-1.0.2-r1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-db/mariadb[server] ) test? ( >=dev-python/pytest-7.1.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/gpep517-9[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-65.3.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Pure-Python MySQL Driver +EAPI=8 +HOMEPAGE=https://github.com/PyMySQL/PyMySQL +INHERIT=distutils-r1 +IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/PyMySQL/PyMySQL/archive/v1.0.2.tar.gz -> pymysql-1.0.2.gh.tar.gz +_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb +_md5_=2fa42d0e3c354570db031c748acfc109 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 0df672bd8964..8cb61e443f3f 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -8885,7 +8885,7 @@ dev-python/pathspec 0.10.1: Utility library for gitignore style pattern matching dev-python/pathtools 0.1.2-r3: Pattern matching and various utilities for file systems paths dev-python/pathvalidate 2.5.0 2.5.1 2.5.2: A Python library to sanitize/validate a string such as filenames/file-paths/etc dev-python/patiencediff 0.2.3 0.2.3-r1: Python implementation of the patiencediff algorithm -dev-python/patsy 0.5.2 0.5.3: Python module to describe statistical models and design matrices +dev-python/patsy 0.5.2 0.5.3 0.5.3-r1: Python module to describe statistical models and design matrices dev-python/pbkdf2 1.3-r2: Implementation of PBKDF2, specified in RSA PKCS#5 v2.0 dev-python/pbr 5.10.0: Inject some useful and sensible default behaviors into setuptools dev-python/pdfrw 0.4_p1: PDF file reader/writer library @@ -8954,7 +8954,7 @@ dev-python/protobuf-python 3.19.3-r2 3.19.3-r3 3.20.1 9999: Google's Protocol Bu dev-python/prov 2.0.0: W3C provenance data dodel library dev-python/pslab-python 2.5.0: Python library for communicating with Pocket Science Lab dev-python/psutil 5.9.1: Retrieve information on running processes and system utilization -dev-python/psycopg 2.9.3 3.1.2 3.1.3: PostgreSQL database adapter for Python +dev-python/psycopg 2.9.3 2.9.4 3.1.2 3.1.3: PostgreSQL database adapter for Python dev-python/ptyprocess 0.7.0-r1: Run a subprocess in a pseudo terminal dev-python/publicsuffix 2.20191221-r2: Get a public suffix for a domain name using the Public Suffix List dev-python/pudb 2022.1.1 2022.1.2: A full-screen, console-based Python debugger @@ -9062,7 +9062,7 @@ dev-python/pymetar 1.4-r1 1.4-r2: Downloads and decodes to the weather report fo dev-python/pymilter 1.0.4-r2 1.0.4-r3: Python interface to sendmail milter API dev-python/pymongo 4.1.1 4.2.0: Python driver for MongoDB dev-python/pymountboot 0.2.3-r1: Python extension module to (re)mount /boot -dev-python/pymysql 1.0.2: Pure-Python MySQL Driver +dev-python/pymysql 1.0.2 1.0.2-r1: Pure-Python MySQL Driver dev-python/pynacl 1.5.0-r1: Python binding to the Networking and Cryptography (NaCl) library dev-python/pynest2d 4.13_beta: Python bindings for libnest2d dev-python/pynvim 0.4.3-r1: Python client for Neovim diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index f100d0321d2f..3a19894fbfd3 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 14 Oct 2022 14:34:03 +0000 +Fri, 14 Oct 2022 15:19:00 +0000 |