File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11DIST boolean.py-4.0.tar.gz 34504 BLAKE2B 722e193d381b16fca7eb20c4b17780e6786a857f99b32b5f9ada28a01df962cd3ffb27e0e904dc71b17db937fd5db0cd2a5d6bbeae2906f537776983d54d607c SHA512 2b0328d0ae8a4c75ad3093f63491edf8a104471a8fc915dfc735bf2e78edae89513f21f7c59c7235db55a56d1cf019ac4dbf0f5a9e972d930b0e5006458b1f33
2+ DIST boolean_py-5.0.tar.gz 37047 BLAKE2B 527d199c3e52805c76d41fc9ffb787d85150f698e952f3abd29cfb55e0f4a909b13252299cd3f5c4dfd046976fba5e7cfe711a1d5f251ef45c2cf6714bbd3f95 SHA512 847a363fe356a242e9887321da5c5c51e64e8e6a22a4423c12d6f6b44c2d76f8d0499ff66d2d375e9c9ec75f2e7342d00b807501b16244d6df2b359df4328eed
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=" Define boolean algebras, create and parse boolean expressions and create custom boolean DSL."
9+ HOMEPAGE=" https://github.com/bastikr/boolean.py https://pypi.org/project/boolean.py/"
10+ SRC_URI=" https://files.pythonhosted.org/packages/c4/cf/85379f13b76f3a69bca86b60237978af17d6aa0bc5998978c3b8cf05abb2/boolean_py-5.0.tar.gz -> boolean_py-5.0.tar.gz"
11+
12+ DEPEND=" "
13+ IUSE=" "
14+ SLOT=" 0"
15+ LICENSE=" "
16+ KEYWORDS=" *"
17+ S=" ${WORKDIR} /boolean_py-5.0"
You can’t perform that action at this time.
0 commit comments