blob: 03dd70ab1aca811202fd28d56c1e074c4513c59d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=test? ( || ( dev-lang/python:3.11 dev-lang/python:3.10 ) )
DEFINED_PHASES=compile install setup test
DEPEND=>=net-misc/curl-7.81.0
DESCRIPTION=Command line tool for URL parsing and manipulation
EAPI=8
HOMEPAGE=https://curl.se/trurl/ https://daniel.haxx.se/blog/2023/04/03/introducing-trurl/
INHERIT=toolchain-funcs python-any-r1
IUSE=test
KEYWORDS=~amd64 ~arm ~arm64
LICENSE=curl
RDEPEND=>=net-misc/curl-7.81.0
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/curl/trurl/archive/refs/tags/trurl-0.5.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-any-r1 f5169813d1619761b459800587005fd2
_md5_=df0b5499dbe6c1f1b40b165cf22c9cf8
|