mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
2024-01-13 23:05:04 UTC
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python module implementing Aho-Corasick algorithm
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WojciechMula/pyahocorasick
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WojciechMula/pyahocorasick/archive/1.4.4.tar.gz -> pyahocorasick-1.4.4.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561
|
||||
_md5_=11566ec4fedb2b6612ad14b233a498a8
|
||||
17
metadata/md5-cache/dev-python/ahocorasick-2.0.0
Normal file
17
metadata/md5-cache/dev-python/ahocorasick-2.0.0
Normal file
@@ -0,0 +1,17 @@
|
||||
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 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
DESCRIPTION=Python module implementing Aho-Corasick algorithm
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WojciechMula/pyahocorasick
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python: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/p/pyahocorasick/pyahocorasick-2.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=e551e1a9bfa4fe33cff291c56974e729
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DESCRIPTION=Python module implementing Aho-Corasick algorithm
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WojciechMula/pyahocorasick
|
||||
INHERIT=distutils-r1 git-r3
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
LICENSE=BSD
|
||||
PROPERTIES=live
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
|
||||
_md5_=e03e560d8be2f31b36d6fe3612844c78
|
||||
@@ -286,7 +286,7 @@ app-office/lotus123r3 1.0.0_rc4: A native port of Lotus 1-2-3 to Linux.
|
||||
app-office/nixnote-bin 2.1.10 9999: Free and open source note taking app, compatible with Evernote sync server
|
||||
app-office/notesnook-bin 2.6.12: End-to-end encrypted note taking alternative to Evernote
|
||||
app-office/obsidian 1.4.16-r2 1.5.3-r1: A second brain, for you, forever.
|
||||
app-office/openoffice-bin 4.1.14: Apache OpenOffice productivity suite
|
||||
app-office/openoffice-bin 4.1.15: Apache OpenOffice productivity suite
|
||||
app-office/pyspread 2.1.1: Pyspread is a non-traditional spreadsheet written in Python
|
||||
app-office/standartnotes-bin 3.183.22: End-to-end encrypted note-taking app, alternative to Evernote
|
||||
app-portage/appswipe 1.1.14: Application for browsing your local Portage repository files
|
||||
@@ -897,7 +897,7 @@ dev-python/SQLAlchemy-Utils 0.39.0: Various utility functions and datatypes for
|
||||
dev-python/TakeTheTime 0.3.1: Take The Time, a super-neat Python library for timing chunks of code
|
||||
dev-python/XenAPI 2.14-r1: Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform
|
||||
dev-python/adb-shell 0.4.3 0.4.4 0.4.4-r1: A Python implementation of ADB with shell and FileSync functionality.
|
||||
dev-python/ahocorasick 1.4.4 9999: Python module implementing Aho-Corasick algorithm
|
||||
dev-python/ahocorasick 2.0.0: Python module implementing Aho-Corasick algorithm
|
||||
dev-python/aiomysql 0.1.1: aiomysql is a library for accessing a MySQL database from the asyncio
|
||||
dev-python/aiopg 1.4.0: Postgres integration with asyncio
|
||||
dev-python/almost 0.1.5: A helper for approximate comparison
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sat, 13 Jan 2024 21:05:00 +0000
|
||||
Sat, 13 Jan 2024 23:05:04 +0000
|
||||
|
||||
Reference in New Issue
Block a user