mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
2023-09-14 09:18:37 UTC
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/hypothesis[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) 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/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/hypothesis[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) 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-13[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
|
||||
DESCRIPTION=Compute distance between the two texts
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/life4/textdistance/ https://pypi.org/project/textdistance/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=amd64 ~ppc64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
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 )
|
||||
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://github.com/life4/textdistance/archive/4.5.0.tar.gz -> textdistance-4.5.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce
|
||||
_md5_=f978ede4e29b06f354108b77c05826be
|
||||
_md5_=2f1ebaa5119bdaa44ce635a0e2516c7e
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=|| ( sys-devel/gcc[sanitize] sys-libs/compiler-rt-sanitizers[asan(-)] ) dev-vcs/git sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 doc? ( app-doc/doxygen )
|
||||
DEFINED_PHASES=compile configure install prepare setup unpack
|
||||
DEPEND=python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) perl? ( dev-lang/perl ) dev-libs/libpcre2 dev-libs/pslib python? ( dev-lang/swig ) perl? ( dev-lang/swig )
|
||||
DESCRIPTION=C library to handle DWG files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.gnu.org/software/libredwg/
|
||||
INHERIT=autotools docs python-single-r1 perl-functions
|
||||
IUSE=debug python perl static-libs doc python_single_target_python3_10 python_single_target_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ MIT
|
||||
RDEPEND=python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) perl? ( dev-lang/perl ) dev-libs/libpcre2 dev-libs/pslib
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/LibreDWG/libredwg/archive/refs/tags/0.12.5.tar.gz -> libredwg-0.12.5.tar.gz https://github.com/zserge/jsmn/archive/85695f3d5903b1cd5b4030efe50db3b4f5f3c928.tar.gz -> libredwg-85695f3d5903b1cd5b4030efe50db3b4f5f3c928.tar.gz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde docs 74475974eae5130ba3e19b31b8ae46b8 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-single-r1 75118e916668a74c660a13b0ecb22562 perl-functions c3fca037246e877693badea0df3b0ef8
|
||||
_md5_=4e9aeeb758cdbf08f8a0c1d39b689ff2
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=|| ( sys-devel/gcc[sanitize] sys-libs/compiler-rt-sanitizers[asan(-)] ) dev-vcs/git sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 doc? ( app-doc/doxygen )
|
||||
DEFINED_PHASES=compile configure install prepare setup unpack
|
||||
DEPEND=python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) perl? ( dev-lang/perl ) dev-libs/libpcre2 dev-libs/pslib python? ( dev-lang/swig ) perl? ( dev-lang/swig )
|
||||
DEPEND=python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) perl? ( dev-lang/perl ) dev-libs/libpcre2 dev-libs/pslib python? ( dev-lang/swig ) perl? ( dev-lang/swig )
|
||||
DESCRIPTION=C library to handle DWG files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.gnu.org/software/libredwg/
|
||||
INHERIT=autotools docs python-single-r1 perl-functions
|
||||
IUSE=debug python perl static-libs doc python_single_target_python3_10 python_single_target_python3_11
|
||||
IUSE=debug python perl static-libs doc python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ MIT
|
||||
RDEPEND=python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) perl? ( dev-lang/perl ) dev-libs/libpcre2 dev-libs/pslib
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) )
|
||||
RDEPEND=python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) perl? ( dev-lang/perl ) dev-libs/libpcre2 dev-libs/pslib
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/LibreDWG/libredwg/archive/refs/tags/0.12.5.5865.tar.gz -> libredwg-0.12.5.5865.tar.gz https://github.com/zserge/jsmn/archive/85695f3d5903b1cd5b4030efe50db3b4f5f3c928.tar.gz -> libredwg-85695f3d5903b1cd5b4030efe50db3b4f5f3c928.tar.gz
|
||||
SRC_URI=https://github.com/LibreDWG/libredwg/archive/refs/tags/0.12.5.6321.tar.gz -> libredwg-0.12.5.6321.tar.gz https://github.com/zserge/jsmn/archive/85695f3d5903b1cd5b4030efe50db3b4f5f3c928.tar.gz -> libredwg-85695f3d5903b1cd5b4030efe50db3b4f5f3c928.tar.gz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde docs 74475974eae5130ba3e19b31b8ae46b8 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-single-r1 75118e916668a74c660a13b0ecb22562 perl-functions c3fca037246e877693badea0df3b0ef8
|
||||
_md5_=c37c90f95e312ef20c70f095a25cbfac
|
||||
_md5_=b6e40d42a6227e6a9f827f2433415bdf
|
||||
@@ -12741,7 +12741,7 @@ media-gfx/kuickshow 0.10.2: Image viewer based on KDE Frameworks
|
||||
media-gfx/kxstitch 2.2.0-r1: Program to create cross stitch patterns
|
||||
media-gfx/libimagequant 2.17.0 2.18.0 4.1.0 4.2.0: Palette quantization library that powers pngquant and other PNG optimizers
|
||||
media-gfx/librecad 2.1.3-r7 2.2.0 9999: Generic 2D CAD program
|
||||
media-gfx/libredwg 0.12.5-r1 0.12.5.5865 0.12.5.6149: C library to handle DWG files
|
||||
media-gfx/libredwg 0.12.5.6149 0.12.5.6321: C library to handle DWG files
|
||||
media-gfx/llgal 0.13.19-r2: Command-line static web gallery generator
|
||||
media-gfx/luminance-hdr 2.6.1.1-r1: Graphical user interface that provides a workflow for HDR imaging
|
||||
media-gfx/lximage-qt 1.3.0: Qt Image Viewer
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 14 Sep 2023 08:31:39 +0000
|
||||
Thu, 14 Sep 2023 09:18:37 +0000
|
||||
|
||||
Reference in New Issue
Block a user