Skip to content

Commit

Permalink
remove xfce-repocapp.sh. bump to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbowen777 committed Dec 31, 2021
1 parent b451b8a commit c5f9eb3
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 402 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ Xfce repository structure (https://gitlab.xfce.org).
----
### List of scripts
#### Menu scripts
`xfce-repocapp.sh` - provides a rudimentary menu-driven option to run the scripts.
`xfce-repocapp.py` - provides a rudimentary menu-driven option to run the scripts.
This is entirely optional. All of these scripts can be run independently.

OR

`xfce-repocapp.py` - same menu script re-written in Python

----
#### Individual action scripts

Expand Down
11 changes: 8 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
>>>>># xfce-repocapp - TODO
### Current TODO list
- merge bugfix for [Bug in menu selection input](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/16)
- Happy New Year!

----
### as of 20211231
- ~~bump to 0.8.4 and release~~
- ~~merge bugfix for [Bug in menu selection input~~]~~(https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/16)~~
- run, build, test initial wheel files
- [Create a more aesthetically pleasing ASCII banner for menus](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/12)
- [~~Create a more aesthetically pleasing ASCII banner for menus~~]~~(https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/12)~~
- [Allow user specified installation directory](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/13)
- [add help and usage options for xfce-repocapp.py](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/15)
- [Feature Request: Create a better "press any key option" for xfce-repocapp.sh](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/9)
- [Deprecate xfce-repocapp.sh in favor of xfce-repocapp.py](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/10) - Tentatively planned for 20211231
- [~~Deprecate xfce-repocapp.sh in favor of xfce-repocapp.py~~]~~(https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/10)~~
- [Add logging to activities](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/11)
- [add final successful count of actions when using "all" option on the menus](https://gitlab.com/kevinbowen/xfce-repocapp/-/issues/14)
----
Expand Down
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = 'Kevin Bowen <[email protected]>'
__version__ = '0.8.3'
__version__ = '0.8.4'
__doc__ = 'add usage information example here'
__releasedate__ = '20211228'
__releasedate__ = '20211231'
4 changes: 2 additions & 2 deletions build_xfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Purpose: Build local Xfce repositories
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
4 changes: 2 additions & 2 deletions cappdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
xfce-repocapp.py and associated scripts
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
4 changes: 2 additions & 2 deletions clean_xfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Purpose: Clean local Xfce repository directories
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
4 changes: 2 additions & 2 deletions clone_xfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
https://gitlab.xfce.org/
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
4 changes: 2 additions & 2 deletions install_xfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Purpose: Install Xfce components into system
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
4 changes: 2 additions & 2 deletions pull_xfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
https://gitlab.xfce.org
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
4 changes: 2 additions & 2 deletions purge_xfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
https://gitlab.xfce.org
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "xfce_repocapp"
version = "0.8.3"
version = "0.8.4"
description = "A collection of scripts to maintain local Xfce repositories"
authors = ["Kevin Bowen <[email protected]>"]
license = "GPL-2.0-only"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = xfce-repocapp
version = 0.8.3
version = 0.8.4
author = Kevin Bowen
author_email = [email protected]
description = Build scripts for managing Xfce repositories
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="xfce-repocapp-KEVIN-BOWEN",
version="0.8.3",
version="0.8.4",
author="Kevin Bowen",
author_email="[email protected]",
description="Build scripts for managing Xfce repositories",
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.3"
__version__ = "0.8.4"
2 changes: 1 addition & 1 deletion tests/test_xfce_repocapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ def test_author():


def test_version():
assert __version__ == '0.8.3'
assert __version__ == '0.8.4'
4 changes: 2 additions & 2 deletions xfce-repocapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
https://gitlab.xfce.org/
source: https://gitlab.com/kevinbowen/xfce-repocapp
version: 0.8.3
updated: 20211228
version: 0.8.4
updated: 20211231
@author: [email protected]
"""

Expand Down
Loading

0 comments on commit c5f9eb3

Please sign in to comment.