summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2022-07-09 21:37:01 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2022-07-09 21:37:01 -0500
commit3e37f5c914342ff78ea599c52ea258b90b2e3628 (patch)
tree6eee25442ada6a52108520f29cd42cf3dfba3064
parentSync vmware-{modules,workstation} from stefantalpalaru-overlay (diff)
downloadsattvik-3e37f5c914342ff78ea599c52ea258b90b2e3628.tar.gz
sattvik-3e37f5c914342ff78ea599c52ea258b90b2e3628.tar.bz2
sattvik-3e37f5c914342ff78ea599c52ea258b90b2e3628.zip
Add todoman-4.1.0
Signed-off-by: Daniel Solano <gentoo@sattvik.com>
-rw-r--r--app-misc/todoman/Manifest4
-rw-r--r--app-misc/todoman/todoman-4.1.0.ebuild (renamed from app-misc/todoman/todoman-4.0.0.ebuild)3
2 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/todoman/Manifest b/app-misc/todoman/Manifest
index f0ea0d7..5138bc9 100644
--- a/app-misc/todoman/Manifest
+++ b/app-misc/todoman/Manifest
@@ -1,3 +1,3 @@
-DIST todoman-4.0.0.tar.gz 65974 BLAKE2B 752bbca2774c7ad6c089a68916a34ca718a644344365748b6ade6c031c4938873793270b6ed633d1477b14030c6ea739083ddaa60207127e3b7118d69ef9a16b SHA512 53838682ef4145c4fea57bd7b63ff3322002df032719ab5f397408ac2a4ea72ab172148505fc86393177a3ac4801d0ae986736e98ccb9047313c7e32698529fd
-EBUILD todoman-4.0.0.ebuild 1219 BLAKE2B e44daecf5295b7f88928ef7bb64079a94cc2a4dff629c2cd9ef63002840baa2ec62f614d261bb9bf37b6ee332b8ca62b4d991291608b815cd4498fde5ab9c7a2 SHA512 90a779276d895c75f7f032d260bea9c4db045f7326a8a9cb2dc01354ca4bc93077ca209d51aaceff75df88570bc4c22f9cad6080fdfbf425ed2448b42f746bfa
+DIST todoman-4.1.0.tar.gz 63727 BLAKE2B dc98a8ac33181b3f5076509d39067b53edd3b7e9e41f8b47bd3e9a04b8d978115c31d37d54ea97cc5008871ae849970b33631cdcc9b2bf12106bf03c9dd2f23c SHA512 3e4789470794baf692a3d3d51952fafc35a18de40f4ddbf705b960208e8c4f406c3ea8adbd910d1bb603ef594346d57b18d698651c159e53068ca35ace23353b
+EBUILD todoman-4.1.0.ebuild 1185 BLAKE2B ca33debe5079cf7301cbaf0c16e5bc803a5b1fb1e65090b1c1052ccd623bf057379aa21de81287b342e9a2f0b295a2a87725691a0c60c85aff16416c5a6cb758 SHA512 f8760119fe1052e85a520d60dabe4437ce434b50b5b14f6d7e8450a800c61ba7d5288224ffcfb8894e3e8193a0800741c2a04acfe41cc1edd2500f12a097ba12
MISC metadata.xml 254 BLAKE2B 2b84fe691bb03bd3bab9b940d8c95beba569d018f83451a447c3fe65bc56c9c4d71c277036fd1e45235fd1a972532027ab1b3726c79827c7239655df75580ea7 SHA512 0590e4d0253e87a4cace2209a206ed90a39d2ccc182fd531e87318fb689eb280a3aa1ab731db3c09d48ec47822e5086dbeed6a3ffd9a074f94b1d07b914bc4e0
diff --git a/app-misc/todoman/todoman-4.0.0.ebuild b/app-misc/todoman/todoman-4.1.0.ebuild
index fb88cba..07314e1 100644
--- a/app-misc/todoman/todoman-4.0.0.ebuild
+++ b/app-misc/todoman/todoman-4.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=(python{3_8,3_9,3_10})
inherit distutils-r1 bash-completion-r1
@@ -26,7 +26,6 @@ RDEPEND="
dev-python/parsedatetime[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/urwid[${PYTHON_USEDEP}]
"