Skip to content

Commit

Permalink
Migrated to python-makelib >= 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 21, 2024
1 parent 5ae226b commit a8ecfa8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
15 changes: 13 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
PKG = yhttp.ext.dbmanager
PKG_NAMESPACE = yhttp.ext.dbmanager
PKG_NAME = yhttp-dbmanager
PYDEPS_COMMON = \
'coveralls' \
'bddrest >= 4, < 5' \
'bddcli >= 2.5.1, < 3' \
'yhttp-dev >= 3.1.2'


include make/common.mk
include make/test.mk
include make/venv.mk
include make/install.mk
include make/lint.mk
include make/dist.mk
include make/pypi.mk
include make/test.mk
2 changes: 1 addition & 1 deletion make
Submodule make updated 12 files
+146 −57 README.md
+1 −0 TODO.md
+29 −17 activate.sh
+30 −72 common.mk
+20 −0 dist.mk
+23 −0 install.mk
+8 −0 lint.mk
+1 −1 pypi.mk
+5 −3 release.sh
+8 −0 sphinx.mk
+5 −1 test.mk
+20 −0 venv.mk
9 changes: 0 additions & 9 deletions requirements-ci.txt

This file was deleted.

4 changes: 0 additions & 4 deletions requirements-dev.txt

This file was deleted.

0 comments on commit a8ecfa8

Please sign in to comment.