File tree Expand file tree Collapse file tree
dev-python/charset_normalizer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DIST charset_normalizer-3.4.1.tar.gz 123188 BLAKE2B 04a2a47967d3992eb6320f173689693efb0614d67986fe1417f2f096435d2cdfaf10c57b6ecd2659f19ee907902c16fcd30f050cd14460973a059fc62ea999e3 SHA512 2891c0bd3097ad38d296a8378ded36110a06113c0f79e49cdfd7f3bca4f42487d10895db34cbb020cb70e93d9094ae72555ceef5535f8984de1cac4082232f4f
2+ DIST charset_normalizer-3.4.2.tar.gz 126367 BLAKE2B a83f719394753e7612657caee102c2a662980ef78e2be25a7f109913eb2650ec94b6a01a885a4f7a66b6ca8d47c680c163fdaf6bd043226b340a7aec6f15ab78 SHA512 702d9c23fe68d3538e4f45d5d9451beb02853ecf1ec6b36a7068ed8ade707bd0fd2a1764137381294590d0e5ffc2e296866f402dff33f65ec0458cf1102970fe
Original file line number Diff line number Diff line change 1+ # Distributed under the terms of the GNU General Public License v2
2+
3+ EAPI=7
4+
5+ PYTHON_COMPAT=( python3+ )
6+ inherit distutils-r1
7+
8+ DESCRIPTION=" The Real First Universal Charset Detector"
9+ HOMEPAGE=" https://github.com/ousret/charset_normalizer"
10+ SRC_URI=" https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz -> charset_normalizer-3.4.2.tar.gz"
11+
12+ DEPEND=" "
13+ IUSE=" "
14+ SLOT=" 0"
15+ LICENSE=" MIT"
16+ KEYWORDS=" *"
17+ S=" ${WORKDIR} /charset_normalizer-3.4.2"
18+
19+ src_prepare () {
20+ sed -i -e ' /addopts/d' setup.cfg || die
21+ distutils-r1_src_prepare
22+ }
You can’t perform that action at this time.
0 commit comments