Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/boolean-py/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST boolean.py-4.0.tar.gz 34504 BLAKE2B 722e193d381b16fca7eb20c4b17780e6786a857f99b32b5f9ada28a01df962cd3ffb27e0e904dc71b17db937fd5db0cd2a5d6bbeae2906f537776983d54d607c SHA512 2b0328d0ae8a4c75ad3093f63491edf8a104471a8fc915dfc735bf2e78edae89513f21f7c59c7235db55a56d1cf019ac4dbf0f5a9e972d930b0e5006458b1f33
DIST boolean_py-5.0.tar.gz 37047 BLAKE2B 527d199c3e52805c76d41fc9ffb787d85150f698e952f3abd29cfb55e0f4a909b13252299cd3f5c4dfd046976fba5e7cfe711a1d5f251ef45c2cf6714bbd3f95 SHA512 847a363fe356a242e9887321da5c5c51e64e8e6a22a4423c12d6f6b44c2d76f8d0499ff66d2d375e9c9ec75f2e7342d00b807501b16244d6df2b359df4328eed
17 changes: 17 additions & 0 deletions dev-python/boolean-py/boolean-py-5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3+ )
inherit distutils-r1

DESCRIPTION="Define boolean algebras, create and parse boolean expressions and create custom boolean DSL."
HOMEPAGE="https://github.com/bastikr/boolean.py https://pypi.org/project/boolean.py/"
SRC_URI="https://files.pythonhosted.org/packages/c4/cf/85379f13b76f3a69bca86b60237978af17d6aa0bc5998978c3b8cf05abb2/boolean_py-5.0.tar.gz -> boolean_py-5.0.tar.gz"

DEPEND=""
IUSE=""
SLOT="0"
LICENSE=""
KEYWORDS="*"
S="${WORKDIR}/boolean_py-5.0"
Loading