hemna
e4f93a2ab4
Update to latest Makefile.venv
...
This patch updates the Makefile.venv to the latest upstream.
2022-12-02 17:08:10 -05:00
hemna
726c8f4f2f
remove dev setting for template
2022-12-02 14:20:52 -05:00
hemna
d4bf0f1e3c
Remove email validation
...
The package/library being used for email validation is basically
defunct now.
2022-11-25 09:29:41 -05:00
hemna
e5f60b5ce1
Add remving existing requirements
...
This patch updates the Makefile to do an rm on the requirements.txt
when updating the requirements files.
2022-11-23 13:01:06 -05:00
hemna
610e40aecd
Renamed virtualenv dir to .aprsd-venv
...
This helps with shell prompts showing the name of the venv.
When you have multiple venv environments on your system, naming then
helps to identify which one you are actively using.
2021-12-15 10:45:53 -05:00
hemna
4f088e0a4a
Updated Makefile clean target
...
This expands the clean target to clean up more stuff.
2021-09-05 19:47:26 -04:00
hemna
d643ca3892
Added self creating Makefile help target
...
This updates the Makefile to include a default target of help
and it automatically generates the help based on the targets
and their descriptions.
2021-09-03 16:49:16 -04:00
hemna
55862a2790
Prep for v1.6.1 release
2021-04-05 14:32:36 -04:00
hemna
a4a06c9763
Reworked Makefile to use Makefile.venv
...
Completely reworked the Makefile to make use
of an existing 'library' to manage python
virtual environments.
https://github.com/sio/Makefile.venv
2021-04-05 12:38:38 -04:00
hemna
a266c987fd
1.6.0 release prep
2021-02-12 19:46:31 -05:00
hemna
98e3c246ad
Updated README to fix pypi page
...
This patch updates the README to fix the overview image for
pypi. This patch also updates the makefile to force broken
tox -p commands
2021-01-15 13:35:04 -05:00
hemna
d5a34b4d11
refactor Plugin objects to plugins directory
...
This patch moves all of the plugins out of plugin.py
into their own separate plugins/<plugin>.py file. This
makes it easier to maintain each plugin.
NOTE: You will have to update your ~/.config/aprsd/aprsd.yml
to change the python location path for each plugin enabled.
For example:
OLD:
enabled_plugins:
- aprsd.plugin.EmailPlugin
TO NEW
enabled_plugins:
- aprsd.plugins.email.EmailPlugin
2021-01-09 10:00:37 -05:00
hemna
df7a4b1fd7
Merge branch 'master' into craiger-stable
2021-01-08 21:09:41 -05:00
hemna
c51a9452d9
Updated Makefile
...
This patch updates the Makefile to only run deps if certain files
don't exist already. Also added the build and upload tasks to
make it easier to test, build and upload a release to pypi
2021-01-08 20:58:21 -05:00
hemna
f976a1c320
Added Makefile for easy dev setup
...
This patch adds a Makefile for helping setup a dev environment
as well as running tox tests for those that aren't used to python
development.
2021-01-08 17:46:28 -05:00
hemna
d084360599
Added Makefile for easy dev setup
...
This patch adds a Makefile for helping setup a dev environment
as well as running tox tests for those that aren't used to python
development.
2021-01-08 17:23:35 -05:00