Package Details: python-scholarly 1.7.2-1

Git Clone URL: https://aur.archlinux.org/python-scholarly.git (read-only, click to copy)
Package Base: python-scholarly
Description: Retrieve author and publication information from Google Scholar in a friendly, Pythonic way
Upstream URL: https://github.com/OrganicIrradiation/scholarly
Licenses: Unlicense
Submitter: wjhandley
Maintainer: wjhandley (pirofti)
Last Packager: wjhandley
Votes: 1
Popularity: 0.35
First Submitted: 2019-06-05 10:27 (UTC)
Last Updated: 2022-08-25 21:02 (UTC)

Latest Comments

wjhandley commented on 2021-03-03 21:52 (UTC)

Many thanks pirofti

pirofti commented on 2021-03-03 21:42 (UTC)

Ok. I fixed my tree to use the ssh link, not the https link (duh!). Sorry about the noise. Managed to push now.

pirofti commented on 2021-03-03 21:38 (UTC) (edited on 2021-03-03 21:39 (UTC) by pirofti)

I already have that set-up and have a few packages already. I cloned this repo, committed the diff below plus a package bump, and now I want to push but get a 403 error.

wjhandley commented on 2021-03-03 21:36 (UTC)

The instructions for setting up an ssh key which will allow you to push are here -- once you've set this up you should be able to create your own repositories if you want to on the AUR.

pirofti commented on 2021-03-03 21:29 (UTC)

Hi, thank you very much for the quick response and the kind offer. I will try and use the package for automating some reports in the near future. So yes, I can look after it for a while. I committed the changes locally, but I can not push to the repository. Do I need to do any extra steps?

wjhandley commented on 2021-03-03 20:14 (UTC)

Many thanks -- I've added you as a co-maintainer so you can push this change (I no longer use this package, but if you're willing to look after it I'm happy to transfer it to you).

pirofti commented on 2021-03-03 20:10 (UTC)

Lots of missing dependencies. Some I had to port myself.

diff --git PKGBUILD PKGBUILD
index cc89dbf..c4c1279 100644
--- PKGBUILD
+++ PKGBUILD
@@ -8,7 +8,9 @@ arch=(any)
 url="https://github.com/OrganicIrradiation/scholarly"
 license=('Unlicense')
 groups=()
-depends=('python-arrow' 'python-beautifulsoup4' 'python-bibtexparser' 'python-requests')
+depends=('python-arrow' 'python-beautifulsoup4' 'python-bibtexparser'
+       'python-requests' 'python-dotenv' 'python-free_proxy'
+       'python-fake_useragent' 'python-selenium' 'python-stem')
 makedepends=('python-setuptools' 'python-numpy')
 provides=()
 conflicts=()