Skip to content

Commit

Permalink
update snap and setup files. Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LyzardKing committed Sep 8, 2022
1 parent bee7d7d commit 3c2244b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,14 @@ prime/
snap/.snapcraft/

# Pipenv
Pipfile*
Pipfile*

# Debian config
debian/.debhelper
debian/tmp
debian/ubuntu-developer-tools-center
debian/ubuntu-make
debian/files
debian/*substvars
debian/*.debhelper
debian/*.1
16 changes: 15 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
ubuntu-make (21.09) UNRELEASED; urgency=medium
ubuntu-make (22.04) UNRELEASED; urgency=medium

[ Galileo Sartor ]
* Update url parsing and tests
* Switch java to adoptium

[ OliverTzeng ]
* Update Traditional Chinese translation

[ Weblate ]
* Add Galician translation

-- Galileo Sartor <galileo.sartor@gmail.com> Tue, 26 Apr 2022 09:00:00 +0200

ubuntu-make (21.09) impish; urgency=medium

[ Galileo Sartor ]
* Java: Add AdoptOpenJDK and OpenJFX builds+tests
Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import os
from setuptools import setup, find_packages
import subprocess
import umake # that initializes the gettext domain
# import umake # that initializes the gettext domain
from umake.settings import get_version

I18N_DOMAIN = gettext.textdomain()
Expand Down Expand Up @@ -144,6 +144,12 @@ def run(self):

setup(
name="Ubuntu Make",
maintainer="Galileo Sartor",
maintainer_email="galileo.sartor@gmail.com",
description="""Ubuntu Make provides a set of functionality to setup,
maintain and personalize your developer environment easily. It will handle
all dependencies, even those which aren't in Ubuntu itself, and install
latest versions of the desired and recommended tools.""",
version=get_version(),
packages=find_packages(exclude=["tests*"]),
package_data={},
Expand Down
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ parts:
- libdb5.3
build-environment:
- SNAPCRAFT_PYTHON_VENV_ARGS: "--system-site-packages"
organize:
lib/python3/dist-packages/umake/version: lib/python3.8/site-packages/umake/version
python3:
plugin: nil
source: .
Expand Down

0 comments on commit 3c2244b

Please sign in to comment.