Skip to content

Commit

Permalink
wxPython: add transitional -devel subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Sep 27, 2023
1 parent afae697 commit b61ca98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions srcpkgs/wxPython-devel
8 changes: 7 additions & 1 deletion srcpkgs/wxPython/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'wxPython'
pkgname=wxPython
version=4.2.1
revision=1
revision=2
build_style=python3-module
make_build_args="--skip-build"
make_install_args="--skip-build"
Expand Down Expand Up @@ -51,6 +51,12 @@ post_install() {
vlicense LICENSE.txt
}

wxPython-devel_package() {
build_style=meta
short_desc+=" - transitional dummy package"
depends="${sourcepkg}>=${version}_${revision}"
}

wxPython4_package() {
build_style=meta
short_desc+=" - transitional dummy package"
Expand Down

0 comments on commit b61ca98

Please sign in to comment.