Commit Graph

  • 0ef38d5b1a Code cleanup and add support for generator functions Eric Torres 2019-03-25 14:45:38 -07:00
  • bd0030f576 Add support for path-like objects Eric Torres 2019-03-25 14:45:21 -07:00
  • 92818c444e Docstring updates Eric Torres 2019-03-25 14:41:42 -07:00
  • bc09c0f4c6 Run black code formatter Eric Torres 2019-03-25 14:20:59 -07:00
  • fdc5510c46 Move add and delete functionality to pkgfiles module, add tests Eric Torres 2019-03-25 14:20:36 -07:00
  • 9048a55c0f Refactor pkgfiles module and depend on only pathlib and re Eric Torres 2019-03-25 13:46:14 -07:00
  • 284885fc59 Add tests package and tests for pkgfiles module Eric Torres 2019-03-25 13:44:57 -07:00
  • f576032dae Add --files-only flag to addpkg and delpkg Eric Torres 2019-03-24 22:36:06 -07:00
  • a36ed7e2bc Update gitignore Eric Torres 2019-03-24 10:50:52 -07:00
  • 31c0ca72a0 Untrack PKGBUILD Eric Torres 2019-03-24 10:50:18 -07:00
  • 5e30fcd0e8 Make signatures_only in pkgfiles.get_pkgfiles a required kwarg Eric Torres 2019-03-24 10:47:18 -07:00
  • c0039c70b4 Update help message for -c flag in delpkg Eric Torres 2019-03-16 06:42:24 -07:00
  • 67d43ff359 Update AppArmor profiles to include $XDG_CACHE_HOME/aurutils/sync Eric Torres 2019-03-12 13:17:53 -07:00
  • 3452b40b55 Update AppArmor profiles Eric Torres 2019-03-11 11:02:13 -07:00
  • d5a79a00ec Add AppArmor profiles for addpkg and delpkg scripts Eric Torres 2019-03-10 21:25:56 -07:00
  • 5dca985412 Minor code cleanup Eric Torres 2019-03-10 21:07:15 -07:00
  • bc54dd803a Add new flags -c and -d for overriding cachedir and database filenames Eric Torres 2019-03-10 21:04:31 -07:00
  • 86f2f83e4e Minor edit, add emblem for python-black code formatter Eric Torres 2019-03-10 20:30:24 -07:00
  • 84af5a6777 Change project license to MIT Eric Torres 2019-03-10 20:30:04 -07:00
  • 9a3db9532d Add LICENSE file Eric Torres 2019-03-07 22:29:22 -08:00
  • 01f41472e2 Run black python linting utility on all source files Eric Torres 2019-03-06 23:41:05 -08:00
  • a2ec1729b9 Do not ignore PKGBUILD Eric Torres 2019-02-25 10:22:18 -08:00
  • 383b6f80fe Fix incorrect reference to database file Eric Torres 2019-02-25 10:19:48 -08:00
  • 318127d0a6 Minor bug fix to not pass None to db_modify() Eric Torres 2019-02-23 14:38:10 -08:00
  • 80c567b7fb Remove git version-checking code from setup.py Eric Torres 2019-02-22 07:54:56 -08:00
  • 3e80956bd0 Reimplement fqo script in python Eric Torres 2019-02-22 07:48:05 -08:00
  • 6e2e600a13 Remove redundant exception code Eric Torres 2019-02-22 07:35:52 -08:00
  • c69ed345f3 General code cleanup Eric Torres 2019-02-22 07:34:51 -08:00
  • 41586d3de1 Don't forget to add db to cmd Eric Torres 2019-02-20 15:54:36 -08:00
  • e8a47eeb83 Utilize os.path instead of pathlib Eric Torres 2019-02-20 15:52:33 -08:00
  • c789f779ef Clean if statement block and globs Eric Torres 2019-02-20 15:49:18 -08:00
  • 6c49217b0b Make use of glob and os.path modules for filename handling Eric Torres 2019-02-20 15:44:37 -08:00
  • c6bfaefff1 Fix out-of-scope call for subprocess.CompletedProcess object Eric Torres 2019-02-20 15:44:07 -08:00
  • 387c5f7d33 Reimplement repo_add as db_modify and clean code accordingly Eric Torres 2019-02-20 15:22:18 -08:00
  • 99492bbb4a Include missing sys import Eric Torres 2019-02-20 02:50:41 -08:00
  • cd0bac368a Split console logging between stdout and stderr Eric Torres 2019-02-20 02:30:17 -08:00
  • bf2adbd49e Update docstring and fix ValueError on incorrect condition Eric Torres 2019-02-20 02:29:49 -08:00
  • d96ed7cfde Make exception message more clear Eric Torres 2019-02-20 02:27:49 -08:00
  • 4b285401ed Split command-line-generating code into its own function Eric Torres 2019-02-02 17:10:45 -08:00
  • 0574ec032b Fix broken logging calls Eric Torres 2019-01-30 21:19:50 -08:00
  • bd0c59a357 Remove old --compress option from delpkg zsh completion Eric Torres 2019-01-30 21:10:51 -08:00
  • 0292feb1c8 Write README Eric Torres 2019-01-30 21:10:36 -08:00
  • ff090e5e05 Update zsh completions Eric Torres 2019-01-30 17:16:30 -08:00
  • e130d96326 Change default level of console handlers for logging Eric Torres 2019-01-30 17:09:19 -08:00
  • d97d1648b9 Logging and code cleanup Eric Torres 2019-01-30 17:06:25 -08:00
  • 40f5f711ff Add docstrings Eric Torres 2019-01-30 17:05:49 -08:00
  • 9fc8eee572 Make use of os instead of shutil for move operations Eric Torres 2019-01-30 16:20:13 -08:00
  • 9e8b3da405 General code cleanup Eric Torres 2019-01-30 15:54:51 -08:00
  • a5eaa9380c Add log message for database file Eric Torres 2019-01-30 15:28:09 -08:00
  • 0ef2ea7ed9 addpkg, delpkg: Depend on the new repos module Eric Torres 2019-01-29 20:06:00 -08:00
  • 9c1b8ce7c5 Add repos module Eric Torres 2019-01-29 19:55:59 -08:00
  • 2ce6bdb6e4 Ignore .pkg.tar.xz{,.sig} files Eric Torres 2019-01-29 17:15:48 -08:00
  • 64b2e6c747 Clean up if statements for get_pkgfiles() Eric Torres 2019-01-29 14:33:51 -08:00
  • 574415b3d8 Code cleanup for delpkg and make use of map() for del_pkgfile() Eric Torres 2019-01-29 14:33:12 -08:00
  • e0f564dea6 Minor docstring cleanup Eric Torres 2019-01-29 14:32:45 -08:00
  • c0e2aab5a7 Simplify add_pkgfile and general code cleanup Eric Torres 2019-01-29 14:20:59 -08:00
  • 62a80b5dbf Change default query to '' in get_pkgfiles() Eric Torres 2019-01-28 21:43:08 -08:00
  • 89e9673132 Code cleanup for add_pkgfiles in addpkg Eric Torres 2019-01-28 21:28:14 -08:00
  • 31d17b910c Docstring cleanup for delpkg Eric Torres 2019-01-28 21:27:32 -08:00
  • 12cf5906a0 Make query parameter optional for get_pkgfiles() Eric Torres 2019-01-28 21:27:07 -08:00
  • 5804b1c814 Change packages to non-required Eric Torres 2019-01-28 21:18:19 -08:00
  • 4e83cad59c Add addpkg to setup.py Eric Torres 2019-01-28 21:15:41 -08:00
  • 1951efca45 General logging and code cleanups Eric Torres 2019-01-28 21:13:36 -08:00
  • 2201cca398 Implement addpkg script Eric Torres 2019-01-28 21:13:01 -08:00
  • 7153d02bac Properly call get_pkgfiles Eric Torres 2019-01-28 11:01:28 -08:00
  • 7a482c1802 Update docstring Eric Torres 2019-01-28 11:01:08 -08:00
  • 7c00a7580c Redefine signatures parameter for function Eric Torres 2019-01-28 10:59:18 -08:00
  • 4181d339df Add query parameter to get_pkgfiles Eric Torres 2019-01-28 10:53:56 -08:00
  • 90026d6aa7 Ignore __pycache__ directories Eric Torres 2019-01-28 10:53:38 -08:00
  • 0953984c72 Delete pycache files Eric Torres 2019-01-28 10:53:28 -08:00
  • 722f24356b Fix wrong logging formatter attribute Eric Torres 2019-01-28 10:46:27 -08:00
  • 5478820479 Add README Eric Torres 2019-01-28 10:37:05 -08:00
  • 07c1f5880f Change shebang to python3 Eric Torres 2019-01-28 08:10:42 -08:00
  • a2ba5ffe69 Remove repository check, modularize code away from script, code cleanup Eric Torres 2019-01-28 08:08:51 -08:00
  • c2a362023e Update docstring and make if statement more explicit Eric Torres 2019-01-28 08:08:23 -08:00
  • 2325a04990 Move old shell scripts to misc directory Eric Torres 2019-01-27 20:27:53 -08:00
  • c534eebd07 Remove topdir zsh-completions Eric Torres 2019-01-27 20:27:25 -08:00
  • 4c578142c1 Initial commit Eric Torres 2019-01-27 20:26:50 -08:00