Skip to content

Commit

Permalink
gentodo: Version 1.1.1
Browse files Browse the repository at this point in the history
Finally fixed my Git setup to tag so @r900's addition can get a release
since I'll be busy with work until mid-August. Thanks! :)
  • Loading branch information
csfore committed Jul 1, 2024
1 parent 059123c commit 8f1aedc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
44 changes: 0 additions & 44 deletions gentodo-1.1.0.ebuild

This file was deleted.

12 changes: 2 additions & 10 deletions gentodo-1.0.0.ebuild → gentodo-1.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )

DISTUTILS_USE_PEP517=setuptools
inherit python-r1 distutils-r1 bash-completion-r1
inherit python-r1 distutils-r1

if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/csfore/gentodo.git"
else
SRC_URI="https://github.com/csfore/gentodo/releases/download/${PV}/gentodo-${PV}.tar.gz"
SRC_URI="https://github.com/csfore/gentodo/archive/${PV}.tar.gz"
KEYWORDS="~amd64"
fi

Expand All @@ -22,8 +22,6 @@ DESCRIPTION="Todo program to help enhance your Gentoo workflow"
LICENSE="GPL-3"
SLOT="0"

IUSE="bash-completion"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

BDEPENDS="
Expand All @@ -35,10 +33,4 @@ DEPEND="
RDEPEND="
${PYTHON_DEPS}
dev-python/python-bugzilla
dev-python/click
"

python_install_all() {
newbashcomp src/gentodo/gentodo-completions.bash gentodo
distutils-r1_python_install_all
}
2 changes: 1 addition & 1 deletion src/gentodo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
'''__init__.py'''
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 8f1aedc

Please sign in to comment.