diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-10 20:27:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-10 21:30:49 +0200 |
commit | 4f1b60730155eb58a90a1f132c3890d2bd16e03a (patch) | |
tree | 48cdb7983ef07a9e683bdb6bae6daafd3dbfa243 /dev-python/whatever | |
parent | dev-python/funcy: Enable python3.10 (diff) | |
download | gentoo-4f1b60730155eb58a90a1f132c3890d2bd16e03a.tar.gz gentoo-4f1b60730155eb58a90a1f132c3890d2bd16e03a.tar.bz2 gentoo-4f1b60730155eb58a90a1f132c3890d2bd16e03a.zip |
dev-python/whatever: Fix DESCRIPTION copy-pasted from another package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whatever')
-rw-r--r-- | dev-python/whatever/whatever-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild index 39d60803512a..7465513bb9a3 100644 --- a/dev-python/whatever/whatever-0.6.ebuild +++ b/dev-python/whatever/whatever-0.6.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 -DESCRIPTION="A collection of fancy functional tools focused on practicality" +DESCRIPTION="Easy anonymous functions by partial application of operators" HOMEPAGE="https://github.com/Suor/whatever" SRC_URI=" https://github.com/Suor/whatever/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" |