summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-python/ratelimit: Support newer pythonPacho Ramos2017-09-251-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-python/ratelimit: new ebuild.Horea Christian2017-09-153-0/+47
ratelimit introduces a method decorator preventing a method from being called more than once within a given time period. It prevents API providers from banning your applications by conforming to set rate limits. Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5675